[neovim] Remove javascript and swift LSPs from the ensure_installed list

This commit is contained in:
Eryn Wells 2025-06-04 13:07:12 -07:00
parent b3394844f2
commit 9d9475db78

View file

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