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