Skip to content

Commit

Permalink
added astro support and markdown autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
abouthugo committed Jan 6, 2025
1 parent 1e355bc commit 9eefd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ require('lazy').setup({
-- 'css-variables-language-server', -- Used for autocompletion of css variables
'css-lsp', -- CSS language server
'typescript-language-server', -- Used for Typescript code
'astro-language-server', -- For Astro
'stylua', -- Used to format lua code
'gofumpt',
'black', -- Python stuff
Expand Down
1 change: 1 addition & 0 deletions lua/custom/plugins/autotag.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
return {
'windwp/nvim-ts-autotag',
ft = {
'astro',
'javascript',
'javascriptreact',
'typescript',
Expand Down

0 comments on commit 9eefd78

Please sign in to comment.