nvim: rsh support

This commit is contained in:
Quentin Boyer 2021-09-25 19:15:14 +02:00
parent ed6d07c21a
commit 2ce5f65166
3 changed files with 36 additions and 56 deletions

View file

@ -64,6 +64,7 @@ nnoremap <silent> mk <cmd>Telescope keymaps<CR>
command SpellFr setlocal spell spelllang=fr
autocmd BufNewFile,BufRead *.nix set ft=nix
autocmd BufNewFile,BufRead *.rsh set ft=rsh
"syntax enable
filetype plugin indent on