mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
plugin: add ts-autotag
This commit is contained in:
parent
dae55898fe
commit
11b7a7943f
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
gitsigns.enable = true;
|
||||
# Language specific tools
|
||||
markdown-preview.enable = true;
|
||||
ts-autotag.enable = true;
|
||||
};
|
||||
extraPlugins = [
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
|
|
Loading…
Reference in a new issue