1 2 3 4 5 6
vim.lsp.start({ cmd = {"termux-language-server"}, root_dir = vim.fn.getcwd(), }) return {}