1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 09:59:25 +00:00

[neovim] Improve some linting experience

This commit is contained in:
2022-11-17 19:58:39 +01:00
parent 310fa9c7d7
commit 7a47f64b8f
5 changed files with 22 additions and 10 deletions

View File

@ -31,6 +31,7 @@ local filetype = {
local lsp_progress = {
"lsp_progress",
display_components = { "spinner" },
spinner_symbols = { "⠈⠁", "⠈⠑", "⠈⠱", "⠈⡱", "⢀⡱", "⢄⡱" },
}
local spaces = function()