Skip to content

Commit

Permalink
add tag autoclosing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Jan 1, 2024
1 parent 845bd9f commit ab0beae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dotfiles/nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
vim.opt.runtimepath:append("$HOME/.local/share/treesitter")
require("nvim-treesitter.configs").setup({
auto_install = true,
autotag = {
enable = true,
},
parser_install_dir = "$HOME/.local/share/treesitter",
matchup = {
enable = true,
Expand Down
6 changes: 4 additions & 2 deletions programs/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ in {
nvim-treesitter-context
nvim-treesitter-textobjects
nvim-treesitter.withAllGrammars
nvim-ts-autotag
nvim-web-devicons
oil-nvim
pkgs.master-pkgs.vimPlugins.nvim-remote-containers
Expand Down Expand Up @@ -92,9 +93,10 @@ in {
nil
nixfmt
nodePackages.pyright
vscode-langservers-extracted
nodePackages.typescript-language-server
nodePackages.vscode-html-languageserver-bin
nodePackages.vscode-json-languageserver
# nodePackages.vscode-html-languageserver-bin
# nodePackages.vscode-json-languageserver
nodejs
ocamlPackages.ocaml-lsp
pgformatter
Expand Down

0 comments on commit ab0beae

Please sign in to comment.