Skip to content

Commit bc49cd2

Browse files
docs: update README.md
1 parent 465935a commit bc49cd2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,11 @@ It has the recommended extensions for writing and debugging C++, and the other t
261261
#### Neovim
262262
263263
For Neovim users using Nix as their package manager (NixCats, etc.),
264-
can use `nix develop .#editor` for a nix dev shell with all project related
264+
can use `nix develop` for a nix dev shell with all project related
265265
LSPs, DAPs, formatters and linters.
266266
267267
If you're on NixOS and still use Mason as a package manager for Neovim LSPs and so on,
268-
you can still use this shell to install the required packages (clangd, zsl, ...).
269-
270-
```
271-
nix develop .#editor
272-
```
268+
you can still use this shell to install the required packages (clangd, zsl, ...) through Mason.
273269
274270
You can use whichever tools you prefer and may want to try.
275271

0 commit comments

Comments
 (0)