This commit is contained in:
2026-05-20 01:31:00 +02:00
parent 761297c7e8
commit a53ff4ebca
6 changed files with 54 additions and 57 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ vim.cmd "source ~/.config/nvim/suda.vim"
-- local time = tonumber(os.date "%H")
vim.filetype.add {
pattern = {[".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh"}
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
}
vim.cmd [[colorscheme catppuccin-macchiato]]
-2
View File
@@ -49,5 +49,3 @@ vim.lsp.config("rust_analyzer", {
},
},
})
-1
View File
@@ -22,4 +22,3 @@ require("undotree").setup {
["quit"] = "q",
},
}
+1 -1
View File
@@ -1,4 +1,4 @@
vim.opt.spelllang = { "en_us", "nl"}
vim.opt.spelllang = { "en_us", "nl" }
vim.opt.spell = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4