nvim completeopt

This commit is contained in:
Henrik Bakken
2024-08-09 16:01:02 +02:00
parent a91e2943a9
commit 7f2550bb3f
+1 -1
View File
@@ -892,7 +892,7 @@ vim.o.showmatch = true -- Show matching brackets / parentheses
vim.o.langmap = "å(,¨),ø:,æ^,+$"
vim.opt.clipboard = vim.opt.clipboard + { "unnamedplus" }
vim.o.completeopt = "menu,menuone,preview,longest"
vim.o.completeopt = "noinsert,preview,menu,menuone"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." }