mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 00:47:45 +02:00
nvim: added spaces for icons where needed
This commit is contained in:
parent
b07a8c481c
commit
de5f6fbb12
@ -66,19 +66,19 @@ Git_signs = {
|
|||||||
|
|
||||||
Lazy_signs = {
|
Lazy_signs = {
|
||||||
cmd = " ",
|
cmd = " ",
|
||||||
config = "",
|
config = " ",
|
||||||
event = "",
|
event = " ",
|
||||||
ft = " ",
|
ft = " ",
|
||||||
init = " ",
|
init = " ",
|
||||||
import = " ",
|
import = " ",
|
||||||
keys = " ",
|
keys = " ",
|
||||||
lazy = " ",
|
lazy = " ",
|
||||||
loaded = " ",
|
loaded = " ",
|
||||||
not_loaded = "",
|
not_loaded = " ",
|
||||||
plugin = " ",
|
plugin = " ",
|
||||||
runtime = " ",
|
runtime = " ",
|
||||||
source = " ",
|
source = " ",
|
||||||
start = "",
|
start = " ",
|
||||||
task = " ",
|
task = " ",
|
||||||
list = {
|
list = {
|
||||||
"●",
|
"●",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user