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 = {