1
0

Update home/.config/lvim/lua/user/plugins.lua

This commit is contained in:
Jeff Lance 2024-12-01 19:17:42 +01:00
parent e5cd87b26a
commit 3054d3a784

View File

@ -119,6 +119,13 @@ M.setup = function()
{
'jefflance/vim-gitignore',
},
-- -- joplin
-- {
-- 'tenfyzhong/joplin.vim',
-- config = function()
-- vim.g.joplin_token = 'd4ccd7c32e752616aab94a212b617dc20cad655002f75acaf3f644298ba65bec4b3ffbcc055228466b5c7cb46fcc6f0b9be300634cda29b10d929b585741e636'
-- end,
-- },
-- languagetool
{
'dpelle/vim-grammalecte',