Update pyright settings & add tree-sitter/telescope settings
This commit is contained in:
parent
d325fee87f
commit
544b5a44a2
5 changed files with 29 additions and 4 deletions
9
nvim/lua/tree-sitter.lua
Normal file
9
nvim/lua/tree-sitter.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local tree_sitter_config = require('nvim-treesitter.configs')
|
||||
|
||||
tree_sitter_config.setup {
|
||||
ensure_installed = {
|
||||
'lua', 'yaml', 'bash', 'python', 'javascript', 'css', 'scss', 'html',
|
||||
'json', 'dockerfile', 'markdown',
|
||||
},
|
||||
auto_install = true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue