Update neovim setup
Switch from pyright to python-lsp-server
This commit is contained in:
parent
9891f205f4
commit
b0cdf7b854
6 changed files with 47 additions and 38 deletions
|
|
@ -8,7 +8,7 @@ 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',
|
||||
'htmldjango', 'json', 'dockerfile', 'markdown',
|
||||
},
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue