Nvim: new plugins added: blamer, indent-blankline, hlslens
This commit is contained in:
@@ -21,6 +21,7 @@ Plug 'puremourning/vimspector'
|
||||
Plug 'derekwyatt/vim-fswitch'
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
Plug 'vim-test/vim-test'
|
||||
Plug 'lukas-reineke/indent-blankline.nvim'
|
||||
" }}}
|
||||
|
||||
" Completion {{{
|
||||
@@ -43,11 +44,13 @@ Plug 'liuchengxu/vista.vim'
|
||||
Plug 'inside/vim-search-pulse'
|
||||
Plug 'wellle/targets.vim'
|
||||
Plug 'voldikss/vim-floaterm'
|
||||
Plug 'kevinhwang91/nvim-hlslens'
|
||||
" }}}
|
||||
|
||||
" Git integration {{{
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'mhinz/vim-signify' " Mark edited lines - faster gitgutter
|
||||
Plug 'APZelos/blamer.nvim'
|
||||
" }}}
|
||||
|
||||
" Support for random filetypes {{{
|
||||
@@ -64,6 +67,7 @@ Plug 'chrisbra/csv.vim'
|
||||
" Other plugins (external tools, etc) {{{
|
||||
Plug 'MortenStabenau/matlab-vim'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'lukas-reineke/virt-column.nvim'
|
||||
Plug 'jez/vim-superman' "vman application
|
||||
Plug 'glacambre/firenvim'
|
||||
Plug 'JMcKiern/vim-shoot'
|
||||
@@ -125,7 +129,6 @@ set inccommand="split"
|
||||
nnoremap <Home> zc
|
||||
nnoremap <End> zo
|
||||
|
||||
" TODO define cache dir and conf dir, use them everywhere
|
||||
" Ctags {{{
|
||||
if isdirectory($HOME . '/.cache/nvim/tags') == 0
|
||||
:silent !mkdir -p ~/.cache/nvim/tags > /dev/null 2>&1
|
||||
@@ -192,4 +195,11 @@ setglobal shiftround
|
||||
let g:vimwiki_list = [{'path': '~/vimwiki/',
|
||||
\ 'syntax': 'markdown', 'ext': '.md'}]
|
||||
|
||||
let g:blamer_enabled = 1
|
||||
let g:blamer_show_in_insert_modes = 0
|
||||
let g:blamer_template = '<committer> <committer-time> <summary>'
|
||||
let g:blamer_date_format = '%Y-%m-%d'
|
||||
let g:blamer_relative_time = 0
|
||||
"highlight Blamer guifg=lightgrey
|
||||
|
||||
packadd termdebug
|
||||
|
||||
Reference in New Issue
Block a user