Skip to content

Commit

Permalink
Try using ludovicchabant/vim-gutentags#316 for tags issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Mar 30, 2022
1 parent 5e9a70f commit 4871ec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/gutentags.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
let g:gutentags_file_list_command = {
\ 'markers': {
\ '.git': 'git ls-files',
\ },
\ }
2 changes: 2 additions & 0 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Plug 'vim-test/vim-test'
Plug 'wannesm/wmgraphviz.vim'
Plug 'whatyouhide/vim-gotham'
Plug 'yazgoo/unicodemoji'
Plug 'junegunn/gv.vim'

Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'make' }
Expand Down Expand Up @@ -142,3 +143,4 @@ source ~/.config/nvim/ultisnips.vim
source ~/.config/nvim/window-switching.vim
source ~/.config/nvim/telescope.vim
source ~/.config/nvim/thematic.vim
source ~/.config/nvim/gutentags.vim

0 comments on commit 4871ec4

Please sign in to comment.