This commit is contained in:
Henrik Bakken
2024-08-22 11:09:39 +02:00
parent 8d4b63bb6a
commit 105839c89a
+2 -2
View File
@@ -527,7 +527,7 @@ require("lazy").setup({
ensure_installed = { "c", "cpp", "lua", "vimdoc", "gitcommit", "git_rebase", "bash", "python" }, ensure_installed = { "c", "cpp", "lua", "vimdoc", "gitcommit", "git_rebase", "bash", "python" },
auto_install = true, auto_install = true,
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true, disable = { "python" } }, indent = { enable = true, additional_vim_regex_highlighting = { "python" } },
incremental_selection = { incremental_selection = {
enable = true, enable = true,
keymaps = { keymaps = {
@@ -892,7 +892,7 @@ vim.o.showmatch = true -- Show matching brackets / parentheses
vim.o.langmap = "å(,¨),ø:,æ^,+$" vim.o.langmap = "å(,¨),ø:,æ^,+$"
vim.opt.clipboard = vim.opt.clipboard + { "unnamedplus" } vim.opt.clipboard = vim.opt.clipboard + { "unnamedplus" }
vim.o.completeopt = "noinsert,preview,menu,menuone" vim.o.completeopt = "menu,menuone,preview"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" } vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." } vim.opt.iskeyword = vim.opt.iskeyword - { "." }