feat: add autotag, lsp, pkgs
This commit is contained in:
12
.config/nvim/lua/rocketcamel/plugins/autotag.lua
Normal file
12
.config/nvim/lua/rocketcamel/plugins/autotag.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
opts = {
|
||||
opts = {
|
||||
enable_close = true,
|
||||
enable_rename = true,
|
||||
enable_close_on_slash = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -17,6 +17,9 @@ return {
|
||||
"luau_lsp",
|
||||
"rust_analyzer",
|
||||
"nil_ls",
|
||||
"tailwindcss",
|
||||
"svelte",
|
||||
"html",
|
||||
},
|
||||
handlers = {
|
||||
function(server)
|
||||
|
||||
@@ -15,6 +15,8 @@ return {
|
||||
"tsx",
|
||||
"rust",
|
||||
"zig",
|
||||
"svelte",
|
||||
"html",
|
||||
},
|
||||
sync_install = true,
|
||||
auto_install = true,
|
||||
|
||||
Reference in New Issue
Block a user