Hi, I am having the below error after running the setup.sh on a fresh installation of Ubuntu 22.04.2 LTS.
vim or nvim starting always with the below error and nothig is happeng. The i have to run the ./cleannvim.sh in order to bring back to normal.
Also i want to mention that ./setup.sh was finished successfully without any error.
Error detected while processing /home/thanos/neovim/custom/init.lua:
E5113: Error while calling lua chunk: /home/thanos/.config/nvim/lua/keymaps.lua:2: attempt to index field 'keymap' (a nil value)
stack traceback:
/home/thanos/.config/nvim/lua/keymaps.lua:2: in main chunk
[C]: in function 'require'
/home/thanos/.config/nvim/init.lua:1: in main chunk
Press ENTER or type command to continue
PS: I have install also the mybash of Chris Titus and everything is running fine with it. I am just mentioning it in case there is a confict.
Hi, I am having the below error after running the setup.sh on a fresh installation of Ubuntu 22.04.2 LTS. vim or nvim starting always with the below error and nothig is happeng. The i have to run the ./cleannvim.sh in order to bring back to normal. Also i want to mention that ./setup.sh was finished successfully without any error.
Error detected while processing /home/thanos/neovim/custom/init.lua: E5113: Error while calling lua chunk: /home/thanos/.config/nvim/lua/keymaps.lua:2: attempt to index field 'keymap' (a nil value) stack traceback: /home/thanos/.config/nvim/lua/keymaps.lua:2: in main chunk [C]: in function 'require' /home/thanos/.config/nvim/init.lua:1: in main chunk Press ENTER or type command to continue
PS: I have install also the mybash of Chris Titus and everything is running fine with it. I am just mentioning it in case there is a confict.
Can you help?