mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
stylua
This commit is contained in:
@@ -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]]
|
||||
|
||||
@@ -49,5 +49,3 @@ vim.lsp.config("rust_analyzer", {
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ require("undotree").setup {
|
||||
["quit"] = "q",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user