Updates to theme & stuff

This commit is contained in:
2025-07-09 13:34:24 -05:00
parent f6dfd44aa1
commit 450f33f7dc
19 changed files with 1845 additions and 483 deletions

View File

@ -63,7 +63,3 @@ autocmd('LspAttach', {
vim.keymap.set("n", "]d", function() vim.diagnostic.goto_prev() end, opts)
end
})
--vim.g.netrw_browse_split = 0
--vim.g.netrw_banner = 0
--vim.g.netrw_winsize = 25

View File

@ -23,5 +23,5 @@ require("lazy").setup({
},
install = { colorscheme = { "tokyonight-moon" } },
-- automatically check for plugin updates
checker = { enabled = true },
--checker = { enabled = true },
})

View File

@ -4,7 +4,7 @@ vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
--vim.opt.expandtab = true
vim.opt.expandtab = true
vim.opt.smartindent = true