Update to .nvim

This commit is contained in:
2026-08-06 22:29:18 +03:00
parent 9a008834dc
commit 13b9ed6bdb
+1 -7
View File
@@ -18,16 +18,10 @@ require("custom.runner").setup({
command:add("gdbf ./build/debug") command:add("gdbf ./build/debug")
command:run() command:run()
command.target = { position = "bottom" } command.target = { position = "bottom" }
command.target = { position = "bottom" }
end, end,
}, },
-- Editor options (indent, tabstop, expandtab) come from .editorconfig —
-- nvim applies them natively. `options` is only for what .editorconfig
-- cannot express:
-- options = {
-- textwidth = 100,
-- },
-- ── Excludes for snacks pickers (on top of base .git, .gitignore, etc.) ── -- ── Excludes for snacks pickers (on top of base .git, .gitignore, etc.) ──
exclude = { exclude = {
"build", "build",