Merge branch 'feature/tune' of github.com:thomasmarcel/kickstart.nvim into feature/tune
This commit is contained in:
commit
7c8fd5660b
6 changed files with 76 additions and 9 deletions
1
lua/custom/plugins/colorschemes/vim-colors-lucid.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-colors-lucid.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'cseelus/vim-colors-lucid' }
|
||||
1
lua/custom/plugins/colorschemes/vim-dogrun.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-dogrun.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'wadackel/vim-dogrun' }
|
||||
12
lua/custom/plugins/sentiment.lua
Normal file
12
lua/custom/plugins/sentiment.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue