From b0eb026bc3a4fce48f61f2e9e0cea4c4d837f5b4 Mon Sep 17 00:00:00 2001 From: Marco Guardigli Date: Sat, 29 Apr 2023 23:30:56 +0200 Subject: [PATCH] updated keymaps comments --- lua/custom/plugins/additional_keymaps.lua | 2 ++ lua/custom/plugins/startify.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/additional_keymaps.lua b/lua/custom/plugins/additional_keymaps.lua index 0276df2b..8d159d95 100644 --- a/lua/custom/plugins/additional_keymaps.lua +++ b/lua/custom/plugins/additional_keymaps.lua @@ -16,6 +16,8 @@ vim.cmd [[ "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:\\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='c:\Users\mgua0\venv_nvim\Scripts\python.exe' " windows diff --git a/lua/custom/plugins/startify.lua b/lua/custom/plugins/startify.lua index b232385a..bcb85b03 100644 --- a/lua/custom/plugins/startify.lua +++ b/lua/custom/plugins/startify.lua @@ -1,4 +1,4 @@ -- the classical startify -return { +return { 'mhinz/vim-startify' - } \ No newline at end of file + }