mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 19:41:15 +02:00
nvim: added todo-comments.nvim
This commit is contained in:
@@ -76,6 +76,10 @@ return require("packer").startup(function(use)
|
||||
use {'majutsushi/tagbar',
|
||||
cmd = 'TagbarToggle'}
|
||||
|
||||
-- todo symbols and highlighting
|
||||
use {'folke/todo-comments.nvim',
|
||||
requires = {'nvim-lua/plenary.nvim'}}
|
||||
|
||||
-- git wrapper
|
||||
use {'tpope/vim-fugitive'}
|
||||
|
||||
|
Reference in New Issue
Block a user