vim.pack.add({ 'https://github.com/neovim/nvim-lspconfig' }) -- .ts .js vim.lsp.enable('typescript') -- .lua vim.lsp.config('luals', { cmd = {'lua-language-server'}, filetypes = {'lua'}, root_markers = {'.luarc.json', '.luarc.jsonc'}, }) vim.lsp.enable('luals')