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,5 +4,5 @@ function! s:editft()
|
|||
exec "autocmd QuitPre <buffer> source " . ftpl
|
||||
endfunction
|
||||
|
||||
noremap <silent> <Plug>(EditFT) :call <SID>editft()<cr>
|
||||
noremap <silent> <Plug>(EditFT) <cmd>call <SID>editft()<cr>
|
||||
map <leader>ftp <Plug>(EditFT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue