added clangd LSP.
This commit is contained in:
		
							parent
							
								
									85be35d962
								
							
						
					
					
						commit
						8e522d0fcd
					
				
					 3 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -33,11 +33,11 @@ opt.linebreak = true
 | 
				
			||||||
opt.breakindent = true
 | 
					opt.breakindent = true
 | 
				
			||||||
--add ruler to side of screen.
 | 
					--add ruler to side of screen.
 | 
				
			||||||
opt.number = true
 | 
					opt.number = true
 | 
				
			||||||
 | 
					opt.numberwidth=2
 | 
				
			||||||
--displays cordinates of your cursor in statusbar
 | 
					--displays cordinates of your cursor in statusbar
 | 
				
			||||||
opt.ruler = true
 | 
					opt.ruler = true
 | 
				
			||||||
--always leave 5 cells between cursor and side of window.
 | 
					--always leave 5 cells between cursor and side of window.
 | 
				
			||||||
opt.scrolloff = 5
 | 
					opt.scrolloff = 5
 | 
				
			||||||
opt.sidescrolloff = 5
 | 
					 | 
				
			||||||
--better command line completion
 | 
					--better command line completion
 | 
				
			||||||
opt.wildmenu = true
 | 
					opt.wildmenu = true
 | 
				
			||||||
--ignore case in search if search is all lowercase.
 | 
					--ignore case in search if search is all lowercase.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,8 @@ return require('packer').startup(function(use)
 | 
				
			||||||
						"rust_analyzer",
 | 
											"rust_analyzer",
 | 
				
			||||||
						'pyright',
 | 
											'pyright',
 | 
				
			||||||
						'bashls',
 | 
											'bashls',
 | 
				
			||||||
						'texlab'
 | 
											'texlab',
 | 
				
			||||||
 | 
											'clangd',
 | 
				
			||||||
					},
 | 
										},
 | 
				
			||||||
					automatic_installation=true
 | 
										automatic_installation=true
 | 
				
			||||||
				})
 | 
									})
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,3 +16,7 @@ ransomware
 | 
				
			||||||
housefire
 | 
					housefire
 | 
				
			||||||
hypervisor
 | 
					hypervisor
 | 
				
			||||||
offsite
 | 
					offsite
 | 
				
			||||||
 | 
					FTL
 | 
				
			||||||
 | 
					superintelligent
 | 
				
			||||||
 | 
					homeworld
 | 
				
			||||||
 | 
					toolchain
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue