1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: updated plugins, improved keymaps

This commit is contained in:
2024-10-12 19:21:05 +02:00
parent 5541ec87b9
commit d4a1d0622c
5 changed files with 154 additions and 247 deletions

View File

@@ -1,9 +0,0 @@
return {
-- improved keybindings, previewing them
{
"b0o/mapx.nvim",
dependencies = {
"folke/which-key.nvim",
}
}
}

View File

@@ -34,7 +34,7 @@ return {
"r_language_server",
"sqlls",
"texlab",
"tsserver",
-- "tsserver",
"yamlls",
}
})

View File

@@ -0,0 +1,6 @@
return {
-- improved keybindings, previewing them
{
"folke/which-key.nvim",
}
}