Remove todo-comments plugin and use treesitter for that
This commit is contained in:
@@ -34,7 +34,4 @@ lua <<EOF
|
||||
enable = true
|
||||
}
|
||||
})
|
||||
require("todo-comments").setup({
|
||||
signs = false
|
||||
})
|
||||
EOF
|
||||
|
||||
@@ -19,6 +19,5 @@ Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'caenrique/nvim-toggle-terminal'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
|
||||
Plug 'folke/todo-comments.nvim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user