added todo-comments package
This commit is contained in:
@@ -43,6 +43,10 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend upda
|
|||||||
" fuzzy finders
|
" fuzzy finders
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'nvim-telescope/telescope.nvim'
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
|
" todo lists
|
||||||
|
Plug 'folke/trouble.nvim'
|
||||||
|
Plug 'folke/lsp-colors.nvim'
|
||||||
|
Plug 'folke/todo-comments.nvim'
|
||||||
" cheat sheet
|
" cheat sheet
|
||||||
Plug 'sudormrfbin/cheatsheet.nvim'
|
Plug 'sudormrfbin/cheatsheet.nvim'
|
||||||
Plug 'nvim-lua/popup.nvim'
|
Plug 'nvim-lua/popup.nvim'
|
||||||
@@ -147,7 +151,8 @@ let g:coc_global_extensions = [
|
|||||||
\'coc-vimtex',
|
\'coc-vimtex',
|
||||||
\'coc-python',
|
\'coc-python',
|
||||||
\'coc-vimlsp',
|
\'coc-vimlsp',
|
||||||
\'coc-json']
|
\'coc-json',
|
||||||
|
\'@yaegassy/coc-marksman']
|
||||||
source $MYCOCVIM
|
source $MYCOCVIM
|
||||||
" }}} CoC (Conquer of Completion) "
|
" }}} CoC (Conquer of Completion) "
|
||||||
|
|
||||||
@@ -244,3 +249,9 @@ let g:vimtex_compiler_latexmk = {
|
|||||||
\ ],
|
\ ],
|
||||||
\}
|
\}
|
||||||
" }}} VimTeX "
|
" }}} VimTeX "
|
||||||
|
|
||||||
|
" TODO Comments {{{ "
|
||||||
|
lua<<EOF
|
||||||
|
require 'todo-comments'.setup {}
|
||||||
|
EOF
|
||||||
|
" }}} TODO Comments "
|
||||||
|
|||||||
Reference in New Issue
Block a user