feat: removing old stuff
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user