Remove todo-comments plugin and use treesitter for that

This commit is contained in:
2021-11-12 17:13:21 +03:00
parent c1cde77709
commit 655d753cf7
2 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,4 @@ lua <<EOF
enable = true
}
})
require("todo-comments").setup({
signs = false
})
EOF

View File

@@ -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()