DavidRambo / nvim

Neovim Config
MIT License
12 stars 0 forks source link

Syntax error in cmp.lua #2

Closed alexjh closed 4 hours ago

alexjh commented 4 hours ago

Fantastic work, I'm switching to Neovim and using your dotfiles as a guide.

I noticed an issue in cmp.lua:

https://github.com/DavidRambo/nvim/blob/main/lua/plugins/cmp.lua#L31

["<C-n"] and ["<C-p"] are missing the trailing >.

DavidRambo commented 4 hours ago

Hey, thanks very much! I'm glad my setup is helpful. nvim-cmp must have ignored my botched keymapping and used the defaults (which are the same), because it's worked this whole time.