mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	Merge pull request #301 from rice-cracker-dev/patch-1
languages: changed python lsp package to pyright
This commit is contained in:
		
				commit
				
					
						fcab30e7bb
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
  defaultServer = "pyright";
 | 
					  defaultServer = "pyright";
 | 
				
			||||||
  servers = {
 | 
					  servers = {
 | 
				
			||||||
    pyright = {
 | 
					    pyright = {
 | 
				
			||||||
      package = pkgs.nodePackages.pyright;
 | 
					      package = pkgs.pyright;
 | 
				
			||||||
      lspConfig = ''
 | 
					      lspConfig = ''
 | 
				
			||||||
        lspconfig.pyright.setup{
 | 
					        lspconfig.pyright.setup{
 | 
				
			||||||
          capabilities = capabilities;
 | 
					          capabilities = capabilities;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue