Skip to content

Commit

Permalink
Remove nvim-ts-autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
phelipetls committed Oct 21, 2023
1 parent 481bbf3 commit 0db13df
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ vim.cmd("packadd! vim-hugo")
-- treesitter
vim.cmd("packadd! nvim-treesitter")
vim.cmd("packadd! nvim-ts-context-commentstring")
vim.cmd("packadd! nvim-ts-autotag")
vim.cmd("packadd! nvim-treesitter-textobjects")
require("plugins.config.treesitter")

Expand Down
16 changes: 0 additions & 16 deletions .config/nvim/lua/plugins/config/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ require("nvim-treesitter.configs").setup({
context_commentstring = {
enable = true,
},
autotag = {
enable = true,
filetypes = {
"html",
"htmlhugo",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
"svelte",
"vue",
"tsx",
"jsx",
"markdown",
},
},
textobjects = {
select = {
enable = true,
Expand Down
1 change: 0 additions & 1 deletion .config/nvim/pack/plugins/opt/nvim-ts-autotag
Submodule nvim-ts-autotag deleted from 6be119
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
path = .config/nvim/pack/plugins/opt/nvim-ts-context-commentstring
url = https://github.com/JoosepAlviste/nvim-ts-context-commentstring
ignore = dirty
[submodule "nvim-ts-autotag"]
path = .config/nvim/pack/plugins/opt/nvim-ts-autotag
url = https://github.com/windwp/nvim-ts-autotag
ignore = dirty
[submodule "LargeFile"]
path = .config/nvim/pack/plugins/opt/LargeFile
url = https://github.com/vim-scripts/LargeFile
Expand Down

0 comments on commit 0db13df

Please sign in to comment.