Skip to content

Commit

Permalink
[nvim] add nvim-ts-autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Nov 12, 2023
1 parent 35de18d commit 45e08e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@ in {
nvim-treesitter-parsers.toml
nvim-treesitter-parsers.typescript
nvim-treesitter-parsers.yaml
{
plugin = nvim-ts-autotag;
type = "lua";
config = ''
require('nvim-ts-autotag').setup()
'';
}
{
plugin = nvim-colorizer-lua;
type = "lua";
Expand Down

0 comments on commit 45e08e8

Please sign in to comment.