1
Fork 0

Wasted way too much time on hydra.nvim shit

This commit is contained in:
Matei Adriel 2023-09-08 20:49:18 +03:00
parent fe3c267ca9
commit 8a54d25b3b
No known key found for this signature in database
17 changed files with 540 additions and 80 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -13,8 +13,6 @@ local M = {
--{{{Languages
ensure_installed = {
"bash",
"javascript",
"typescript",
"c",
"cpp",
"css",
@ -22,18 +20,22 @@ local M = {
"elixir",
"fish",
"html",
"javascript",
"json",
"jsonc",
"latex",
"lua",
"markdown",
"markdown_inline",
"nix",
"python",
"rust",
"scss",
"toml",
"tsx",
"typescript",
"vim",
"yaml",
"nix",
"lua",
},
sync_install = false,
--}}}