1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-26 02:48:06 +03:00
Yet another language server for Nix
Go to file
2022-07-26 18:03:51 +08:00
lsp Impl basic LSP server supporting goto-definition 2022-07-25 23:03:05 +08:00
src Replace Box<str> with SmolStr, rename and simplify 2022-07-26 18:03:51 +08:00
syntax Fix UTF-8 handling in the lexer 2022-07-26 17:48:53 +08:00
.gitignore Add dev setup for LSP 2022-07-25 23:11:17 +08:00
Cargo.lock Impl basic LSP server supporting goto-definition 2022-07-25 23:03:05 +08:00
Cargo.toml Impl basic LSP server supporting goto-definition 2022-07-25 23:03:05 +08:00
shell.nix Add dev setup for LSP 2022-07-25 23:11:17 +08:00