fix local and google conflicts

This commit is contained in:
Christian Nieves
2022-12-12 17:52:11 +00:00
parent 493b91335d
commit 63b393c100
6 changed files with 60 additions and 60 deletions

View File

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