From 13b9ed6bdbda5127dbd0dc0f809e3e7948097353 Mon Sep 17 00:00:00 2001 From: Alexey Bagno Date: Thu, 6 Aug 2026 22:29:18 +0300 Subject: [PATCH] Update to .nvim --- .nvim.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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",