diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-16 20:20:21 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-16 20:20:21 -0400 |
| commit | 58ceb817bb6ba195d1189160878f318f3bcda0ef (patch) | |
| tree | 6c17c013c92af8c6e410bb1d4fe3a2557841d0d3 /pkgs/custom-neovim/config/lua/plugins/focus.lua | |
| parent | 94980b0be13a690128992d98a2ed5db3ab592642 (diff) | |
neovim: restarted config
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/focus.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/focus.lua | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/focus.lua b/pkgs/custom-neovim/config/lua/plugins/focus.lua deleted file mode 100644 index 560f3ce..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/focus.lua +++ /dev/null @@ -1,18 +0,0 @@ -require("focus").setup { - enable = true, - split = { - -- bufnew = true, - }, - ui = { - winhighlight = true, -- Highlight focused and unfocused windows - signcolumn = false, -- Signcolumn on all windows - -- cursorline = false, - }, -} - -vim.api.nvim_create_autocmd("WinEnter", { - pattern = "picker", - callback = function(args) - vim.b[args.buf].cursorline = false - end, -}) |
