feat: sentiment plugin
This commit is contained in:
parent
d09205f6e6
commit
87e6ff2cf1
2 changed files with 38 additions and 25 deletions
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