[neovim] Remove javascript and swift LSPs from the ensure_installed list
This commit is contained in:
parent
b3394844f2
commit
9d9475db78
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue