Nvim: basic LSP and Telescope setup

This commit is contained in:
Filippo Berto 2024-01-13 22:57:12 +01:00
parent a07f454331
commit a2d69430f6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 321 additions and 139 deletions

View file

@ -68,7 +68,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
# deploy-rs.packages.${system}.deploy-rs
# deploy-rs.packages.${system}.deploy-rs
pkgs.deploy-rs
];
shellHook = ''