Skip to content

Commit

Permalink
Update nvim-lsp.nix
Browse files Browse the repository at this point in the history
Add markdown to enable nixdocs shown in hover.
Closes #592
  • Loading branch information
573 authored Sep 13, 2024
1 parent f6ca743 commit 83aee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/docs/editors/nvim-lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
'';

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

0 comments on commit 83aee35

Please sign in to comment.