1
Fork 0

feat: no more using nix to install nvim plugins

This commit is contained in:
Matei Adriel 2022-05-15 21:56:19 +03:00
parent 400794b28c
commit 92caa088aa
16 changed files with 182 additions and 135 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -12,9 +12,7 @@ local bindings = {
live_grep = "<c-F>",
-- See diagnostics with space + d
lsp_document_diagnostics = "<Leader>d",
lsp_workspace_diagnostics = "<Leader>wd",
lsp_code_actions = "<Leader>ca",
diagnostics = "<Leader>d",
-- Open a list with all the pickers
builtin = "<Leader>t",