Updates to theme & stuff
This commit is contained in:
@ -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
|
||||
|
@ -23,5 +23,5 @@ require("lazy").setup({
|
||||
},
|
||||
install = { colorscheme = { "tokyonight-moon" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
--checker = { enabled = true },
|
||||
})
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user