Small improvements
This commit is contained in:
@@ -37,6 +37,11 @@ now_if_args(function()
|
||||
'lua',
|
||||
'vimdoc',
|
||||
'markdown',
|
||||
'yaml',
|
||||
'toml',
|
||||
'python',
|
||||
'javascript',
|
||||
'typst',
|
||||
-- Add here more languages with which you want to use tree-sitter
|
||||
-- To see available languages:
|
||||
-- - Execute `:=require('nvim-treesitter').get_available()`
|
||||
@@ -76,8 +81,8 @@ now_if_args(function()
|
||||
-- Use `:h vim.lsp.config()` or 'after/lsp/' directory to configure servers.
|
||||
-- Uncomment and tweak the following `vim.lsp.enable()` call to enable servers.
|
||||
vim.lsp.enable({
|
||||
-- -- For example, if `lua-language-server` is installed, use `'lua_ls'` entry
|
||||
'lua_ls',
|
||||
'basedpyright',
|
||||
})
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user