commit
This commit is contained in:
parent
432b20d14b
commit
81b11de79b
9
lua/plugins/langmapper.lua
Normal file
9
lua/plugins/langmapper.lua
Normal file
@ -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…
x
Reference in New Issue
Block a user