From d9157328ef5ede9553b057328d00b743a9602c42 Mon Sep 17 00:00:00 2001 From: inorishio Date: Fri, 13 Feb 2026 12:19:59 +0100 Subject: [PATCH] The complete windows feel --- lua/options.lua | 1 + lua/plugins/themes.lua | 3 +-- scripts/fWindows.ps1 | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lua/options.lua b/lua/options.lua index 6dc5822..47c8cad 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -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 = "_" } diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 510e02c..e5f9d1d 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -30,8 +30,7 @@ return { enabled = false, priority = 1000, config = function() - require("config.theme.onedarkpro-light - ") + require("config.theme.onedarkpro-light") end, }, } diff --git a/scripts/fWindows.ps1 b/scripts/fWindows.ps1 index e30b3d5..47d63f8 100644 --- a/scripts/fWindows.ps1 +++ b/scripts/fWindows.ps1 @@ -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++) {