add langmap
This commit is contained in:
parent
16b3253ba8
commit
098f430525
|
@ -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,
|
||||||
|
}
|
|
@ -14,6 +14,7 @@ return {
|
||||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
popup_border_style = 'NC', -- or "" to use 'winborder' on Neovim v0.11+
|
||||||
filesystem = {
|
filesystem = {
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|
Loading…
Reference in New Issue