This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-05 17:47:38 -05:00
parent a37e987c2b
commit 3afea25577
4 changed files with 8 additions and 3 deletions

4
plugins/abolish.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"tpope/vim-abolish",
event = "User AstroFile",
}

View file

@ -2,7 +2,7 @@ return {
{
"williamboman/mason-lspconfig.nvim",
opts = {
ensure_installed = { "lua_ls", "rust_analyzer", "tsserver", "pyright" },
ensure_installed = { "lua_ls", "rust_analyzer", "tsserver", "pyright", "cssls", "cssmodules_ls" },
},
},
{