mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
colorscheme
This commit is contained in:
@@ -7,5 +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]]
|
||||
|
||||
Reference in New Issue
Block a user