This commit is contained in:
Henrik Bakken
2024-09-18 11:25:33 +02:00
parent 88a97e03a6
commit b45ce32383
4 changed files with 13 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
vim.o.colorcolumn = "100"
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
-1
View File
@@ -784,7 +784,6 @@ require("lazy").setup({
"lua_ls", -- lua
"marksman", -- markdown
"pyright", -- python
"tsserver", -- typescript
"yamlls", -- yaml
},
})