1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: changed statusline

This commit is contained in:
2023-08-15 12:45:15 +02:00
parent c49698c79f
commit 4bd7201a76
2 changed files with 36 additions and 2 deletions

View File

@@ -88,6 +88,13 @@ Lazy_signs = {
}
}
Lualine_signs = {
modified = '',
readonly = '',
unnamed = '',
newfile = ''
}
vim.fn.sign_define(
"DiagnosticSignError",
{ texthl = "DiagnosticSignError", text = Error_sign, numhl = "DiagnosticSignError" }