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
|
||||
--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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue