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

@ -5,6 +5,7 @@ local M = {
event = "BufReadPre",
dependencies = "neovim/nvim-lspconfig",
cond = env.vscode.not_active(),
enable = false,
}
function M.config()