mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
10 lines
217 B
Lua
10 lines
217 B
Lua
|
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,
|
||
|
}
|