Large cleanup and switch to NVIM LSP

This commit is contained in:
Alexander Gehrke 2021-08-11 12:25:50 +02:00
parent 37fb739795
commit 2eed622601
14 changed files with 221 additions and 83 deletions

View file

@ -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)