fix: astronvim - install lsp, fomatters and others via home-manager instead of mason.nvim

This commit is contained in:
Ryan Yin
2023-07-13 12:28:23 +08:00
parent 3234d0db2e
commit 54ebad9151
2 changed files with 37 additions and 7 deletions

View File

@@ -2,12 +2,6 @@
My Neovim config based on AstroNvim.
## TODO
- [ ] Install language servers, formatters, and others via nix home manager, instead of mason.nvim!
- currently some plugins(markdown/clangd/...) failed to start due to this problem.
- Temporary solution: `rm ~/.local/share/nvim/mason/bin/*`, but do not remove `emmet-ls`, cause it's not found in nixpkgs!
## Screenshots
![](/_img/astronvim_2023-07-13_00-39.webp)