diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
| commit | 6fc7f49449cb237e1aa37eb1025461fe3ea39589 (patch) | |
| tree | ceebc8a65556830627a4546da57e30e72945175e /.config/nvim/lua/config/plugins.lua | |
| parent | cc7b61a1496d25a100f012300c1121835a9f8177 (diff) | |
.
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({}) |
