🐛 fix(nvim): angular now imports the new html-css extra
This commit is contained in:
parent
a0cc2c1621
commit
6ac83f1957
3 changed files with 4 additions and 3 deletions
1
.config/nvim/.github/README.md
vendored
1
.config/nvim/.github/README.md
vendored
|
@ -466,6 +466,7 @@
|
|||
- [nvim-neotest/neotest](https://dotfyle.com/plugins/nvim-neotest/neotest)
|
||||
- [haydenmeade/neotest-jest](https://github.com/nvim-neotest/neotest-jest)
|
||||
- [adrigzr/neotest-mocha](https://github.com/adrigzr/neotest-mocha)
|
||||
- [rcasia/neotest-java](https://github.com/rcasia/neotest-java)
|
||||
- [marilari88/neotest-vitest](https://github.com/marilari88/neotest-vitest)
|
||||
- [rcasia/neotest-bash](https://github.com/rcasia/neotest-bash)
|
||||
- [mrcjkb/neotest-haskell](https://github.com/mrcjkb/neotest-haskell)
|
||||
|
|
|
@ -87,4 +87,5 @@
|
|||
"NEWS.md": "2123"
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
{ import = "pugins.extras.lang.web.typescript-extended" },
|
||||
{ import = "plugins.extras.lang.web.html" },
|
||||
{ import = "plugins.extras.lang.web.css" },
|
||||
{ import = "plugins.extras.lang.web.html-css" },
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue