Merge branch 'main' of github.com:siduck76/chad-nvim
This commit is contained in:
		
						commit
						e56fa24c48
					
				| @ -36,7 +36,7 @@ function on_attach(client) | ||||
| end | ||||
| 
 | ||||
| local lspconf = require "lspconfig" | ||||
| local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls"} | ||||
| local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd", "ccls} | ||||
| 
 | ||||
| for k, lang in pairs(servers) do | ||||
|     lspconf[lang].setup { | ||||
|  | ||||
| @ -47,5 +47,10 @@ return require("packer").startup( | ||||
|         --use "andweeb/presence.nvim" | ||||
| 
 | ||||
|         use {"lukas-reineke/indent-blankline.nvim", branch = "lua"} | ||||
|     end | ||||
|     end, | ||||
|     { | ||||
|         display = { | ||||
|             border = { "┌", "─", "┐", "│", "┘", "─", "└", "│" } | ||||
|         } | ||||
|     } | ||||
| ) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user