diff options
Diffstat (limited to '.config/nvim/lua/config/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/config/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/lua/config/plugins.lua b/.config/nvim/lua/config/plugins.lua index 464a5ae..0cd74b2 100644 --- a/.config/nvim/lua/config/plugins.lua +++ b/.config/nvim/lua/config/plugins.lua @@ -27,8 +27,12 @@ vim.pack.add { 'https://github.com/antosha417/nvim-lsp-file-operations', 'https://github.com/nvim-telescope/telescope-ui-select.nvim', 'https://github.com/MeanderingProgrammer/render-markdown.nvim', + 'https://github.com/Wansmer/langmapper.nvim', } +-- langmapper: translates registered mappings so they work while Ru is active +require('langmapper').setup() + -- vlang --vim.lsp.config.vlang.setup({}) |
