filetypes

This commit is contained in:
Christian Nieves
2023-01-26 21:29:08 +00:00
parent 5e51771f9c
commit 601a7fd67d
3 changed files with 11 additions and 11 deletions

View File

@ -122,4 +122,4 @@ function! <SID>SynStack()
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc
nnoremap <leader>s :SaveSession()<CR>
nnoremap <leader>s :SaveSession<CR>