mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
stylua and removal mason reliance
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
require("globals")
|
||||
require("options")
|
||||
require("config.lazy")
|
||||
require("mappings")
|
||||
require("autocmd")
|
||||
vim.cmd("source ~/.config/nvim/suda.vim")
|
||||
require "globals"
|
||||
require "options"
|
||||
require "config.lazy"
|
||||
require "mappings"
|
||||
require "autocmd"
|
||||
vim.cmd "source ~/.config/nvim/suda.vim"
|
||||
local time = tonumber(os.date "%H")
|
||||
|
||||
vim.filetype.add({
|
||||
pattern = {[".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh"}
|
||||
})
|
||||
vim.filetype.add {
|
||||
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
|
||||
}
|
||||
|
||||
vim.cmd [[colorscheme catppuccin-macchiato]]
|
||||
|
||||
Reference in New Issue
Block a user