This commit is contained in:
Henrik Bakken
2025-09-03 14:17:06 +02:00
parent b45ce32383
commit 91e7ca6b0d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -891,7 +891,6 @@ vim.o.showmatch = true -- Show matching brackets / parentheses
vim.o.langmap = "å(,¨),ø:,æ^,+$"
vim.opt.clipboard = vim.opt.clipboard + { "unnamedplus" }
vim.o.completeopt = "menu,menuone,preview"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." }