mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
9 lines
217 B
Lua
9 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,
|
|
}
|