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