updated keymaps comments

This commit is contained in:
Marco Guardigli 2023-04-29 23:30:56 +02:00
parent 4d9b7927ea
commit b0eb026bc3
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@ vim.cmd [[
"next two lines are the same: in unicode and in equivalente representations "next two lines are the same: in unicode and in equivalente representations
"set listchars=eol:⏎,tab:▸·,trail:·,space:·,nbsp:⎵ " center dot: alt-250 "set listchars=eol:⏎,tab:▸·,trail:·,space:·,nbsp:⎵ " center dot: alt-250
"set listchars=eol:\\u23ce,tab:\\u25b8\\u2500,trail:\\u00b7,space:\\u00b7,nbsp:\\u23b5 "set listchars=eol:\\u23ce,tab:\\u25b8\\u2500,trail:\\u00b7,space:\\u00b7,nbsp:\\u23b5
" alter the following line to adjust to your setup
"let g:python3_host_prog='~/venv_nvim/bin/python' " linux "let g:python3_host_prog='~/venv_nvim/bin/python' " linux
let g:python3_host_prog='c:\Users\mgua0\venv_nvim\Scripts\python.exe' " windows let g:python3_host_prog='c:\Users\mgua0\venv_nvim\Scripts\python.exe' " windows

View File

@ -1,4 +1,4 @@
-- the classical startify -- the classical startify
return { return {
'mhinz/vim-startify' 'mhinz/vim-startify'
} }