update file structure

This commit is contained in:
Kendall Whitman
2026-04-23 11:17:45 -05:00
parent 1aeb550ec7
commit 1e2f5c61da
31 changed files with 3 additions and 725 deletions
+16
View File
@@ -0,0 +1,16 @@
require('mason').setup({})
require('mason-lspconfig').setup({
ensure_installed = {
'lua_ls',
'ts_ls',
'html',
'cssls',
'jsonls',
'pylsp',
},
handlers = {
function(server_name)
require('lspconfig')[server_name].setup({})
end,
},
})