dotvim/ftplugin/c.vim

7 lines
103 B
VimL
Raw Normal View History

2021-01-20 04:31:16 +00:00
" ale
2020-04-29 02:51:52 +00:00
let b:ale_linters = ['ccls']
2021-01-22 04:05:28 +00:00
let b:ale_set_highlights = 0
" vim-fswitch
noremap gfs :FSHere<Cr>