feat: no more using nix to install nvim plugins
This commit is contained in:
parent
400794b28c
commit
92caa088aa
16 changed files with 182 additions and 135 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue