Skip to content

Commit

Permalink
Update nvim-lsp.nix
Browse files Browse the repository at this point in the history
Add markdown_inline as well.
  • Loading branch information
573 authored Sep 13, 2024
1 parent 83aee35 commit b5986a1
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 parsers.markdown ]))
(nvim-treesitter.withPlugins (parsers: [ parsers.nix parsers.markdown parsers.markdown_inline ]))
friendly-snippets
luasnip
nvim-cmp
Expand Down

0 comments on commit b5986a1

Please sign in to comment.