From 098f4305252a20d548a7b8ad2781a22a01dbdfdb Mon Sep 17 00:00:00 2001 From: khaydarov Date: Wed, 7 May 2025 17:48:05 +0500 Subject: [PATCH] add langmap --- lua/custom/plugins/langmap.lua | 9 +++++++++ lua/kickstart/plugins/neo-tree.lua | 1 + 2 files changed, 10 insertions(+) create mode 100644 lua/custom/plugins/langmap.lua diff --git a/lua/custom/plugins/langmap.lua b/lua/custom/plugins/langmap.lua new file mode 100644 index 00000000..1f569249 --- /dev/null +++ b/lua/custom/plugins/langmap.lua @@ -0,0 +1,9 @@ +return { + 'Wansmer/langmapper.nvim', + lazy = false, + priority = 1, -- High priority is needed if you will use `autoremap()` + config = function() + require('langmapper').setup {--[[ your config ]] + } + end, +} diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index bd442269..e18fe3f1 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -14,6 +14,7 @@ return { { '\\', ':Neotree reveal', desc = 'NeoTree reveal', silent = true }, }, opts = { + popup_border_style = 'NC', -- or "" to use 'winborder' on Neovim v0.11+ filesystem = { window = { mappings = {