Skip to content

Commit 098f430

Browse files
khaydarovkhaydarov
authored andcommitted
add langmap
1 parent 16b3253 commit 098f430

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

lua/custom/plugins/langmap.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
return {
2+
'Wansmer/langmapper.nvim',
3+
lazy = false,
4+
priority = 1, -- High priority is needed if you will use `autoremap()`
5+
config = function()
6+
require('langmapper').setup {--[[ your config ]]
7+
}
8+
end,
9+
}

lua/kickstart/plugins/neo-tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ return {
1414
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
1515
},
1616
opts = {
17+
popup_border_style = 'NC', -- or "" to use 'winborder' on Neovim v0.11+
1718
filesystem = {
1819
window = {
1920
mappings = {

0 commit comments

Comments
 (0)