tangled
alpha
login
or
join now
olexsmir.xyz
/
init.lua
my neovim config, who would've thought
0
fork
atom
overview
issues
pulls
pipelines
feat: enable diagnostic visual text
olexsmir.xyz
5 months ago
de435b2c
edb7f630
verified
This commit was signed with the committer's
known signature
.
olexsmir.xyz
SSH Key Fingerprint:
SHA256:jgjvU+VRvs7Yb9C55lzTM6bl00jEQeRWSryXOXw8taw=
options
unified
split
Changed files
+1
lua
core
options.lua
+1
lua/core/options.lua
···
2
2
3
3
vim.diagnostic.config {
4
4
update_in_insert = true,
5
5
+
virtual_text = true,
5
6
signs = {
6
7
text = {
7
8
[vim.diagnostic.severity.ERROR] = "",