mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -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;
|
gitsigns.enable = true;
|
||||||
# Language specific tools
|
# Language specific tools
|
||||||
markdown-preview.enable = true;
|
markdown-preview.enable = true;
|
||||||
|
ts-autotag.enable = true;
|
||||||
};
|
};
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
|
Loading…
Reference in a new issue