ready
This commit is contained in:
@@ -8,7 +8,7 @@ lsp.ensure_installed({
|
||||
--'lua_ls',
|
||||
'rust_analyzer',
|
||||
'jdtls',
|
||||
'clangd',
|
||||
--'clangd',
|
||||
'zls',
|
||||
--'pylsp',
|
||||
'ols',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
||||
ensure_installed = { "c", "lua", "vim", "help", "query" },
|
||||
ensure_installed = { "c", "lua", "vim", "query" },
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
||||
Reference in New Issue
Block a user