mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
lsp: added rust and some notification management
This commit is contained in:
parent
a5108f68c1
commit
f7ae8e97b0
6 changed files with 59 additions and 2 deletions
|
|
@ -82,11 +82,14 @@ with final.pkgs.lib; let
|
|||
# Autoformatting
|
||||
conform-nvim
|
||||
# Theme for neovim
|
||||
tokyonight-nvim
|
||||
everforest
|
||||
# QOL Plugin for visuals mostly
|
||||
mini-nvim # https://github.com/echasnovski/mini.nvim/
|
||||
# Debugging
|
||||
nvim-dap
|
||||
# Notifications
|
||||
nvim-notify
|
||||
fidget-nvim
|
||||
|
||||
# Copilot related plugins
|
||||
CopilotChat-nvim
|
||||
|
|
@ -100,10 +103,12 @@ with final.pkgs.lib; let
|
|||
clang-tools # provides clangd which is a c/c++ lsp
|
||||
jdt-language-server # java ls
|
||||
nixd # nix LSP
|
||||
rust-analyzer # rust LSP
|
||||
|
||||
# autoformatters
|
||||
alejandra # amazing nix autoformatter
|
||||
stylua # lua formatter
|
||||
rustfmt # rust formatter
|
||||
# google-java-format # java formatter based off google guidelines
|
||||
|
||||
# misc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue