moved ftplugins, and fixed some plugins
This commit is contained in:
parent
3a09e91ad6
commit
8c56556c86
23 changed files with 578 additions and 244 deletions
7
lua/custom/plugins/todo-notes.lua
Normal file
7
lua/custom/plugins/todo-notes.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Highlight todo, notes, etc in comments
|
||||
return {
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = { 'nvim-nua/plenary.nvim' },
|
||||
opts = { signs = false },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue