merge
This commit is contained in:
commit
f51ab02f7f
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ plugins = {
|
|||
'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
local lsp = require('lspconfig')
|
||||
lsp.rust_analyzer.setup{}
|
||||
lsp.lua_ls.setup{}
|
||||
lsp.pyright.setup{}
|
||||
lsp.tsserver.setup{}
|
||||
|
@ -205,7 +206,7 @@ plugins = {
|
|||
config = function ()
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
configs.setup({
|
||||
ensure_installed = { "c", "rust", "lua", "vim", "vimdoc", "markdown" , "javascript", "html", "astro" },
|
||||
ensure_installed = { "c", "rust", "lua", "vim", "vimdoc", "markdown" , "javascript", "typescript", "python", "html", "astro" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
|
Loading…
Reference in a new issue