From 9d399371a39c5a6faa8b15b5a9cd601de0540542 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Wed, 4 Sep 2024 12:05:23 +0300 Subject: [PATCH] update --- init.lua | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 6f16699e..55878bd7 100644 --- a/init.lua +++ b/init.lua @@ -776,6 +776,9 @@ require('lazy').setup({ biome = {}, -- npm install -g typescript typescript-language-server tsserver = {}, + harper_ls = { + -- userDictPath = '~/dict.txt', + }, ltex = { ltex = { additionalRules = { @@ -784,7 +787,6 @@ require('lazy').setup({ }, }, } - -- Ensure the servers and tools above are installed -- To check the current status of installed tools and/or manually install -- other tools, you can run @@ -1039,7 +1041,33 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { - ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'python', 'rust', 'tsx', 'typescript', 'javascript', 'css', 'json', 'comment', 'gitignore', 'kdl', 'regex', 'sql', 'toml', 'yaml'}, + ensure_installed = { + 'bash', + 'c', + 'diff', + 'html', + 'lua', + 'luadoc', + 'markdown', + 'markdown_inline', + 'query', + 'vim', + 'vimdoc', + 'python', + 'rust', + 'tsx', + 'typescript', + 'javascript', + 'css', + 'json', + 'comment', + 'gitignore', + 'kdl', + 'regex', + 'sql', + 'toml', + 'yaml', + }, -- Autoinstall languages that are not installed auto_install = true, highlight = {