refactor: nvim

This commit is contained in:
2026-03-19 02:21:56 +03:00
parent a89e680872
commit e8163c8b9d
4 changed files with 87 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
return {{
"k-lar/dynomark.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
event = 'BufEnter',
opts = { -- Default values
remap_arrows = false,
results_view_location = "vertical", -- Can be "float", "tab", "vertical" or "horizontal"
-- This is only used when results_view_location is "float"
-- By default the window is placed in the upper right of the window
-- If you want to have the window centered, set both offsets to 0.0
float_horizontal_offset = 0.2,
float_vertical_offset = 0.2,
-- Turn this to true if you want the plugin to automatically download
-- the dynomark engine if it's not found in your PATH.
-- This is false by default!
auto_download = true,
},
}}