Large cleanup and switch to NVIM LSP
This commit is contained in:
parent
37fb739795
commit
2eed622601
14 changed files with 221 additions and 83 deletions
|
@ -4,4 +4,4 @@ function! codelines#close()
|
|||
endfunction
|
||||
|
||||
inoremap <silent> <Plug>(codelines-close) <c-r>=codelines#close()<cr>
|
||||
noremap <silent> <Plug>(codelines-go-to-def) :exec "vimgrep #//>" . strpart(expand('<cword>'), 3) . "# code/*"<cr>
|
||||
noremap <silent> <Plug>(codelines-go-to-def) <cmd>exec "vimgrep #//>" . strpart(expand('<cword>'), 3) . "# code/*"<cr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue