The complete windows feel
This commit is contained in:
@@ -5,6 +5,7 @@ vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.smartindent = false
|
||||
vim.opts.rocks.enabled = false
|
||||
|
||||
vim.o.list = true
|
||||
vim.opt.listchars = { tab = "··", trail = "·", nbsp = "_" }
|
||||
|
||||
@@ -30,8 +30,7 @@ return {
|
||||
enabled = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("config.theme.onedarkpro-light
|
||||
")
|
||||
require("config.theme.onedarkpro-light")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user