plugins: add a simple todo list management plugin
Co-Authored-by: Igor Milhit <igor@milhit.ch>server
parent
7042786431
commit
2461aca883
2
init.vim
2
init.vim
|
@ -32,8 +32,10 @@ Plug 'davidhalter/jedi-vim' " Code jump
|
||||||
Plug 'neomake/neomake' " Python linting
|
Plug 'neomake/neomake' " Python linting
|
||||||
" Imports sorting
|
" Imports sorting
|
||||||
Plug 'stsewd/isort.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'stsewd/isort.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
Plug 'vitalk/vim-simple-todo'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
let mapleader = "<"
|
||||||
|
|
||||||
" Filetype detection
|
" Filetype detection
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
Loading…
Reference in New Issue