[nvim] Update lsp config after deprecation of lspconfig module

This commit is contained in:
Eryn Wells 2026-01-25 17:44:44 -08:00
parent a11355afc4
commit e188601053
3 changed files with 17 additions and 19 deletions

View file

@ -1,6 +1,6 @@
local treesitter_configs = require 'nvim-treesitter.configs'
local treesitter = require 'nvim-treesitter'
treesitter_configs.setup {
treesitter.setup {
ensure_installed = { "lua", "vim" },
sync_install = true,
auto_install = true,