dotvim/ftplugin/cpp.vim
2022-01-10 21:19:43 -08:00

9 lines
104 B
VimL

" vim-fswitch
noremap gfs :FSHere<Cr>
if has('nvim')
lua << EOF
vim.diagnostic.disable()
EOF
endif