Skip to content

Commit

Permalink
Use fmt
Browse files Browse the repository at this point in the history
Apply formatting.

Use `attrValues` as well.

Github issue #592
  • Loading branch information
573 committed Sep 18, 2024
1 parent b5986a1 commit 03d8446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixd/docs/editors/nvim-lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ let
'';

packages.myPlugins.start = with pkgs.vimPlugins; [
(nvim-treesitter.withPlugins (parsers: [ parsers.nix parsers.markdown parsers.markdown_inline ]))
(nvim-treesitter.withPlugins (
parsers: builtins.attrValues { inherit (parsers) nix markdown markdown_inline; }
))
friendly-snippets
luasnip
nvim-cmp
Expand Down

0 comments on commit 03d8446

Please sign in to comment.