Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

Error detected while processing /home/itsrxmmy/.config/nvim/init.lua

Open sandbands opened this issue 2 years ago • 1 comments

I ran neovim and got the following error message

rror detected while processing /home/itsrxmmy/.config/nvim/init.lua:
E5113: Error while calling lua chunk: vim.lua:63: /home/itsrxmmy/.config/nvim/lua/user/cmp.lua:127: '}' expected (to close '{' at line 48) near 'experimental'
stack traceback:
        [C]: in function 'error'
        vim.lua:63: in function <vim.lua:57>
        [C]: in function 'require'
        /home/itsrxmmy/.config/nvim/init.lua:5: in main chunk
Error detected while processing /home/itsrxmmy/.local/share/nvim/site/pack/packer/start/Comment.nvim/after/plugin/Comment.lua:
E5113: Error while calling lua chunk: .../pack/packer/start/Comment.nvim/after/plugin/Comment.lua:1: attempt to index field 'keymap' (a nil value)
stack traceback:
        .../pack/packer/start/Comment.nvim/after/plugin/Comment.lua:1: in main chunk
Press ENTER or type command to continue

it happens every time i open Neovim and has become really annoying

sandbands avatar Apr 20 '22 09:04 sandbands

/home/itsrxmmy/.config/nvim/lua/user/cmp.lua:127: '}' expected (to close '{' at line 48) near 'experimental'

Do what it says.

vurtune avatar Apr 21 '22 05:04 vurtune