Update to .nvim
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user