Skip to content

Commit

Permalink
try out overseer
Browse files Browse the repository at this point in the history
Fixes #593
  • Loading branch information
kaihowl committed Feb 10, 2024
1 parent 0781641 commit d1bcf1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nvim/config--nvim--init.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Plug 'tomtom/tcomment_vim'
Plug 'skywind3000/asynctasks.vim'
Plug 'skywind3000/asyncrun.vim'

Plug 'stevearc/overseer.nvim'

Plug 'ibhagwan/fzf-lua'

Plug 'gaving/vim-textobj-argument'
Expand Down Expand Up @@ -1224,4 +1226,10 @@ command! -complete=file -nargs=1 -bang Lfile call <SID>load_file('l', <bang>0, <
vnoremap <leader>gd :Linediff<cr>
"}}}

" {{{ overseer
lua <<EOF
require('overseer').setup()
EOF
" }}}

" vi: ft=vim : fen : fdm=marker : fmr={{{,}}} : fdl=0

0 comments on commit d1bcf1b

Please sign in to comment.