Moved lsp config into plugin file

This commit is contained in:
Fabian Schmidt
2023-02-26 13:20:49 +01:00
parent 717c7f09e5
commit aa72c826c0
10 changed files with 183 additions and 215 deletions

View File

@@ -2,10 +2,11 @@ return {
-- writing
{
'vimwiki/vimwiki',
ft = { 'md', 'wiki', 'tex' },
config = function()
vim.g.vimwiki_list = { { path = '~/Documents/Buch/wiki', syntax = 'markdown', ext = '.md' } }
end
},
{ 'junegunn/goyo.vim' }, -- try raplcing these 2 at some point because they don't work that well anymore
{ 'junegunn/limelight.vim' },
--{ 'junegunn/goyo.vim' }, -- try replacing these 2 at some point because they don't work that well anymore
--{ 'junegunn/limelight.vim' },
}