The complete windows feel

This commit is contained in:
inorishio
2026-02-13 12:19:59 +01:00
parent 9c871ccf40
commit d9157328ef
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -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 = "_" }
+1 -2
View File
@@ -30,8 +30,7 @@ return {
enabled = false,
priority = 1000,
config = function()
require("config.theme.onedarkpro-light
")
require("config.theme.onedarkpro-light")
end,
},
}
+6 -1
View File
@@ -10,7 +10,12 @@ $packages = @(
"GoLang.Go",
"Kitware.Cmake",
"Ninja-build.Ninja",
"LuaLS.lua-language-server"
"LuaLS.lua-language-server",
"GitHub.cli",
"GNU.Wget2",
"GnuWin32.UnZip",
"GnuWin32.Gzip",
"7zip.7zip"
)
for ($i = 0; $i -lt $packages.Count; $i++) {