This commit is contained in:
Henrik Bakken
2023-10-05 00:00:59 +02:00
parent 949b47423d
commit 3f8882d5d3
4 changed files with 22 additions and 18 deletions
+5 -1
View File
@@ -732,6 +732,9 @@ require("lazy").setup({
},
},
},
yaml = {
schemas = { kubernetes = "globPattern" },
},
}
require("neodev").setup()
@@ -784,7 +787,7 @@ require("lazy").setup({
lsp_doc_border = false, -- add a border to hover docs and signature help
},
messages = {
enabled = true,
enabled = false,
},
})
end,
@@ -856,6 +859,7 @@ vim.o.foldmethod = "expr"
vim.o.completeopt = "menu,menuone,noinsert"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." }
-- press enter in quickfix list to goto
vim.api.nvim_command([[augroup MYAU]])