dotfiles/neovim/config/options.lua

8 lines
221 B
Lua
Raw Normal View History

2026-05-31 20:33:23 +01:00
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