mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-18 15:01:13 +01:00
docs: format nix examples in options
This commit is contained in:
parent
d52007581e
commit
297e2e0b65
17 changed files with 293 additions and 265 deletions
|
|
@ -41,6 +41,7 @@ let
|
|||
if you don't want to see `buffer` source items while `nvim-lsp` source is available:
|
||||
|
||||
```nix
|
||||
{
|
||||
sources = [
|
||||
{
|
||||
name = "nvim_lsp";
|
||||
|
|
@ -51,6 +52,7 @@ let
|
|||
group_index = 2;
|
||||
}
|
||||
];
|
||||
}
|
||||
```
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue