-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neovim: use mjlbach/neovim-nightly-overlay and nvim-lspconfig
* use mjlbach's cachix server for neovim-nightly-overlay * Remove deprecated method calls * Use new methods where appropriate * diagnostic-nvim is deprecated as it is now builtin * remove diagnostic-nvim from vimPlugins * move lsp_extensions-nvim out of isTexEnabled branch * this option is unrelated to TeX functionality and should always be included in vimPlugins * add basic settings for rust-analyzer to vim configuration * remove rust-analyzer from environment.systemPackages * explicitly set rust-analyzer serverPath to rust-analyzer binary from nixpkgs
- Loading branch information
Showing
2 changed files
with
44 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
{ | ||
nix = { | ||
binaryCaches = [ | ||
"https://mjlbach.cachix.org" | ||
]; | ||
binaryCachePublicKeys = [ | ||
"mjlbach.cachix.org-1:dR0V90mvaPbXuYria5mXvnDtFibKYqYc2gtl9MWSkqI=" | ||
]; | ||
}; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters