feat(plugins): Add workspace-diagnostics.nvim
and trouble.nvim
Fix `nvim-navic` for some LSPs
This commit is contained in:
parent
b2f592d529
commit
9e58b1629d
11 changed files with 101 additions and 66 deletions
|
@ -99,6 +99,7 @@ with final.pkgs.lib; let
|
|||
nvim-unception # Prevent nested neovim sessions | nvim-unception
|
||||
better-escape-nvim # Map keys without delay when typing | https://github.com/max397574/better-escape.nvim
|
||||
toggleterm-nvim # A neovim lua plugin to help easily manage multiple terminal windows | https://github.com/akinsho/toggleterm.nvim?tab=readme-ov-file
|
||||
trouble-nvim # A pretty diagnostics list | https://github.com/folke/trouble.nvim
|
||||
# ^ Useful utilities
|
||||
|
||||
# libraries that other plugins depend on
|
||||
|
@ -112,6 +113,7 @@ with final.pkgs.lib; let
|
|||
|
||||
# bleeding-edge plugins from flake inputs
|
||||
(mkNvimPlugin inputs.presence-nvim "presence.nvim")
|
||||
(mkNvimPlugin inputs.workspace-diagnostics-nvim "workspace-diagnostics.nvim")
|
||||
# (mkNvimPlugin inputs.wf-nvim "wf.nvim") # (example) keymap hints | https://github.com/Cassin01/wf.nvim
|
||||
# ^ bleeding-edge plugins from flake inputs
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue