Merge branch 'feature/tune' of github.com:thomasmarcel/kickstart.nvim into feature/tune

This commit is contained in:
Thomas Alcala Schneider 2023-11-13 15:07:33 +01:00
commit 7c8fd5660b
6 changed files with 76 additions and 9 deletions

View file

@ -0,0 +1 @@
return { 'cseelus/vim-colors-lucid' }

View file

@ -0,0 +1 @@
return { 'wadackel/vim-dogrun' }

View file

@ -0,0 +1,12 @@
return {
'utilyre/sentiment.nvim',
version = '*',
event = 'VeryLazy', -- keep for lazy loading
opts = {
-- config
},
init = function()
-- `matchparen.vim` needs to be disabled manually in case of lazy loading
vim.g.loaded_matchparen = 1
end,
}