Updated neovim config for v0.12
This commit is contained in:
parent
dec884da2f
commit
d3b54ea921
6 changed files with 33 additions and 26 deletions
8
neovim/config/options.lua
Normal file
8
neovim/config/options.lua
Normal 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
|
||||
Loading…
Reference in a new issue