commit
This commit is contained in:
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,
|
||||
}
|
Reference in New Issue
Block a user