mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
add langmap
This commit is contained in:
parent
16b3253ba8
commit
098f430525
2 changed files with 10 additions and 0 deletions
9
lua/custom/plugins/langmap.lua
Normal file
9
lua/custom/plugins/langmap.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…
Add table
Add a link
Reference in a new issue