add langmap
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,
|
||||
}
|
Loading…
Reference in New Issue