mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-03-30 01:31:30 +00:00
Fix typo
This commit is contained in:
parent
afc734f993
commit
09ab9ae265
2
init.lua
2
init.lua
@ -181,7 +181,7 @@ vim.diagnostic.config {
|
|||||||
|
|
||||||
-- Can switch between these as you prefer
|
-- Can switch between these as you prefer
|
||||||
virtual_text = true, -- Text shows up at the end of the line
|
virtual_text = true, -- Text shows up at the end of the line
|
||||||
virtual_lines = false, -- Teest shows up underneath the line, with virtual lines
|
virtual_lines = false, -- Text shows up underneath the line, with virtual lines
|
||||||
|
|
||||||
-- Auto open the float, so you can easily read the errors when jumping with `[d` and `]d`
|
-- Auto open the float, so you can easily read the errors when jumping with `[d` and `]d`
|
||||||
jump = { float = true },
|
jump = { float = true },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user