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:
@@ -88,6 +88,13 @@ Lazy_signs = {
|
||||
}
|
||||
}
|
||||
|
||||
Lualine_signs = {
|
||||
modified = '',
|
||||
readonly = '',
|
||||
unnamed = '',
|
||||
newfile = ''
|
||||
}
|
||||
|
||||
vim.fn.sign_define(
|
||||
"DiagnosticSignError",
|
||||
{ texthl = "DiagnosticSignError", text = Error_sign, numhl = "DiagnosticSignError" }
|
||||
|
Reference in New Issue
Block a user