This commit is contained in:
Henrik Bakken
2024-09-24 20:51:31 +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 - { "." }