Updated neovim config for v0.12

This commit is contained in:
Jonny Barnes 2026-05-31 20:33:23 +01:00
commit d3b54ea921
No known key found for this signature in database
6 changed files with 33 additions and 26 deletions

View file

@ -0,0 +1,8 @@
vim.o.autocomplete = true
vim.o.pumborder = 'rounded'
vim.o.pummaxwidth = 40
vim.o.completeopt = 'menu,menuone,noinsert,nearest'
vim.o.number = true
vim.o.spelllang = 'en_gb'
vim.o.spell = true
vim.o.termguicolors = true