1
0
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:
2023-07-27 20:45:49 +02:00
parent b37c4d1c61
commit 7d0168ff4e
2 changed files with 65 additions and 0 deletions

View File

@@ -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'}