mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
fix(neovim): let mason own lsp tools
This commit is contained in:
parent
42c9fbc6e1
commit
05d7694fa6
2 changed files with 5 additions and 23 deletions
|
|
@ -1,24 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
# Essential LSPs for config files (project-specific LSPs go in devShells)
|
||||
lsp = with pkgs; [
|
||||
nixd
|
||||
lua-language-server
|
||||
marksman
|
||||
taplo
|
||||
];
|
||||
|
||||
lsp' = with pkgs.nodePackages; [
|
||||
vscode-langservers-extracted # jsonls, html, cssls
|
||||
bash-language-server
|
||||
yaml-language-server
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
lazygit
|
||||
gcc
|
||||
];
|
||||
|
||||
in
|
||||
extraPackages ++ lsp ++ lsp'
|
||||
with pkgs; [
|
||||
gcc
|
||||
lazygit
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue