Skip to content

Commit

Permalink
mappings = false, see
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitid committed Mar 8, 2022
1 parent 3833182 commit 0e6455b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ command! PutModifiedFilesInArglist

source ~/.config/nvim/mine/blame.vim

lua require"gitlinker".setup()
lua require"gitlinker".setup({ mappings = false })

lua <<EOF
require"gitlinker".setup()
Expand Down
2 changes: 1 addition & 1 deletion nvim/.config/nvim/mine/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Plug 'glts/vim-textobj-comment'
Plug 'tommcdo/vim-nowchangethat'
" there's also https://github.com/RRethy/nvim-treesitter-textsubjects
Plug 'nvim-treesitter/nvim-treesitter-textobjects'
Plug 'ajitid/gitlinker.nvim', { 'branch': 'fix/respect-nil-mapping' }
Plug 'ruifm/gitlinker.nvim'
Plug 'eugen0329/vim-esearch'
Plug 'AndrewRadev/splitjoin.vim'
" shifts the code too much:
Expand Down

0 comments on commit 0e6455b

Please sign in to comment.