Compare commits
	
		
			No commits in common. "e46f3487444c29a1ce92d5c65cca6d168bbacaa1" and "dce111ff7fb2873a93ff5729a73f887a83c0c240" have entirely different histories.
		
	
	
		
			e46f348744
			...
			dce111ff7f
		
	
		
| 
						 | 
				
			
			@ -52,8 +52,8 @@ end
 | 
			
		|||
 | 
			
		||||
return {
 | 
			
		||||
    "nvim-treesitter/nvim-treesitter",
 | 
			
		||||
    name = "nvim-treesitter",
 | 
			
		||||
    build = ":TSUpdate",
 | 
			
		||||
    main = "nvim-treesitter.configs",
 | 
			
		||||
    build =  ":TSUpdate",
 | 
			
		||||
    opts = {
 | 
			
		||||
        indent = { enable = true },
 | 
			
		||||
        highlight = { enable = true },
 | 
			
		||||
| 
						 | 
				
			
			@ -61,8 +61,4 @@ return {
 | 
			
		|||
        auto_install = true,
 | 
			
		||||
        sync_install = false,
 | 
			
		||||
    },
 | 
			
		||||
    config = function (this, opts)
 | 
			
		||||
        require(this.name .. ".configs").setup(opts);
 | 
			
		||||
        require(this.name .. ".install").prefer_git = true;
 | 
			
		||||
    end
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,7 +52,7 @@ return {
 | 
			
		|||
        config = function (_, opts)
 | 
			
		||||
            local capabilities = require("cmp_nvim_lsp").default_capabilities()
 | 
			
		||||
 | 
			
		||||
            local servers = { "clangd", "rust_analyzer", "pyright", "gopls", "quick_lint_js", "pylsp" }
 | 
			
		||||
            local servers = { "clangd", "rust_analyzer", "pyright", "gopls", "denols", "pylsp" }
 | 
			
		||||
            for _, lsp in ipairs(servers) do
 | 
			
		||||
                require("lspconfig")[lsp].setup{
 | 
			
		||||
                    capabilities = capabilities,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue