diff --git a/.nvim.lua b/.nvim.lua index b6f061a..8670a82 100644 --- a/.nvim.lua +++ b/.nvim.lua @@ -18,16 +18,10 @@ require("custom.runner").setup({ command:add("gdbf ./build/debug") command:run() command.target = { position = "bottom" } + command.target = { position = "bottom" } 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.) ── exclude = { "build",