Release v1.0

This commit is contained in:
2026-07-15 14:05:59 +02:00
parent 42a17abb3a
commit 40c4600b12
3 changed files with 15 additions and 84 deletions
+1
View File
@@ -2,6 +2,7 @@ require("vim._core.ui2").enable({})
map = vim.keymap.set
vim.o.termguicolors = true
vim.o.showmode = false
vim.o.laststatus = 3
vim.o.nu = true
vim.o.swapfile = false
vim.o.winborder = "single"
-1
View File
@@ -39,7 +39,6 @@ function M.setup()
local api = require("nvim-tree.api")
api.config.mappings.default_on_attach(bufnr)
vim.keymap.del("n", "<C-e>", { buffer = bufnr })
vim.opt_local.statusline = " "
end,
})