delete some unnecessary spaces

This commit is contained in:
2026-03-22 21:46:51 +01:00
parent c51a3d90e0
commit 8448f0e00d
3 changed files with 7 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}
-2
View File
@@ -14,8 +14,6 @@ end
vim.opt.rtp:prepend(lazypath)
local opts = {}
require("basic-settings")
require("lazy").setup("plugins")