mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48: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")
|
-- local time = tonumber(os.date "%H")
|
||||||
|
|
||||||
vim.filetype.add {
|
vim.filetype.add {
|
||||||
pattern = {[".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh"}
|
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.cmd [[colorscheme catppuccin-macchiato]]
|
vim.cmd [[colorscheme catppuccin-macchiato]]
|
||||||
|
|||||||
@@ -49,5 +49,3 @@ vim.lsp.config("rust_analyzer", {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,3 @@ require("undotree").setup {
|
|||||||
["quit"] = "q",
|
["quit"] = "q",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user