formatting
This commit is contained in:
parent
3c84ec54bf
commit
452abf2029
25 changed files with 635 additions and 536 deletions
|
@ -43,6 +43,6 @@ vim.opt.splitright = true
|
|||
|
||||
-- Set completeopt to have a better completion experience
|
||||
vim.o.completeopt = "menuone,noselect"
|
||||
vim.diagnostic.config{
|
||||
float={border="single"}
|
||||
}
|
||||
vim.diagnostic.config({
|
||||
float = { border = "single" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue