feat: removing old stuff

This commit is contained in:
2025-07-27 21:34:12 +01:00
parent a783496497
commit aaa5b19a86
2 changed files with 5 additions and 36 deletions

View File

@@ -2,11 +2,11 @@
vim.g.mapleader = " "
-- Guard (Linters + Formatters)
vim.g.guard_config = {
fmt_on_save = true,
lsp_as_default_formatter = true,
save_on_fmt = true,
}
-- vim.g.guard_config = {
-- fmt_on_save = true,
-- lsp_as_default_formatter = true,
-- save_on_fmt = true,
-- }
-- Sync system clipboard and neovim register
vim.opt.clipboard = { "unnamedplus" }