|
|
@ -776,6 +776,9 @@ require('lazy').setup({
|
|
|
|
biome = {},
|
|
|
|
biome = {},
|
|
|
|
-- npm install -g typescript typescript-language-server
|
|
|
|
-- npm install -g typescript typescript-language-server
|
|
|
|
tsserver = {},
|
|
|
|
tsserver = {},
|
|
|
|
|
|
|
|
harper_ls = {
|
|
|
|
|
|
|
|
-- userDictPath = '~/dict.txt',
|
|
|
|
|
|
|
|
},
|
|
|
|
ltex = {
|
|
|
|
ltex = {
|
|
|
|
ltex = {
|
|
|
|
ltex = {
|
|
|
|
additionalRules = {
|
|
|
|
additionalRules = {
|
|
|
@ -784,7 +787,6 @@ require('lazy').setup({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
-- Ensure the servers and tools above are installed
|
|
|
|
-- Ensure the servers and tools above are installed
|
|
|
|
-- To check the current status of installed tools and/or manually install
|
|
|
|
-- To check the current status of installed tools and/or manually install
|
|
|
|
-- other tools, you can run
|
|
|
|
-- other tools, you can run
|
|
|
@ -1039,7 +1041,33 @@ require('lazy').setup({
|
|
|
|
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
|
|
|
|
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
|
|
|
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
|
|
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
|
|
|
opts = {
|
|
|
|
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
|
|
|
|
-- Autoinstall languages that are not installed
|
|
|
|
auto_install = true,
|
|
|
|
auto_install = true,
|
|
|
|
highlight = {
|
|
|
|
highlight = {
|
|
|
|