r menu navbar"> Code Issues 0 Commits 440 Releases 0 Wiki
Browse Source

~/.config/nvim: Try out lightspeed.nvim

Luna Stadler 4 years ago
parent
commit
b8d4967fa6
3 changed files with 8 additions and 0 deletions
  1. 1 0
      .config/nvim/pack/luna/start/lightspeed.nvim
  2. 1 0
      .config/nvim/pack/luna/start/vim-repeat
  3. 6 0
      .gitmodules

+ 1 - 0
.config/nvim/pack/luna/start/lightspeed.nvim

@ -0,0 +1 @@
1
Subproject commit e0df8d58352835ef2fa5a03e09186ffd58344d32

+ 1 - 0
.config/nvim/pack/luna/start/vim-repeat

@ -0,0 +1 @@
1
Subproject commit 24afe922e6a05891756ecf331f39a1f6743d3d5a

+ 6 - 0
.gitmodules

@ -13,3 +13,9 @@
13 13
[submodule ".config/nvim/pack/luna/start/zig.vim"]
14 14
	path = .config/nvim/pack/luna/start/zig.vim
15 15
	url = https://github.com/ziglang/zig.vim
16
[submodule ".config/nvim/pack/luna/start/lightspeed.nvim"]
17
	path = .config/nvim/pack/luna/start/lightspeed.nvim
18
	url = https://github.com/ggandor/lightspeed.nvim
19
[submodule ".config/nvim/pack/luna/start/vim-repeat"]
20
	path = .config/nvim/pack/luna/start/vim-repeat
21
	url = https://github.com/tpope/vim-repeat

confidence - git.papill0n.org

Nenhuma Descrição

.xmobarrc 977B

    Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*-*", bgColor = "black", fgColor = "grey", position = TopW L 100, commands = [ Run Weather "EDDP" ["-t", " <tempC>C", "-L", "64", "-H", "-77", "--normal", "green", "--high", "red", "--low", "lightblue"] 36000, Run Cpu ["-L", "3", "-H", "50", "--normal", "green", "--high", "red"] 10, Run Memory ["-t", "Mem: <usedratio>%"] 10, Run Network "wlan0" ["-L","0","-H","100","--normal","green","--high","red"] 10, Run Battery [ "-t", "Bat: <left>%", "-L", "10", "-H", "80", "-l", "red", "-h", "green" ] 600, Run Date "%a %b %_d %l:%M" "date" 10, Run StdinReader ], sepChar = "%", alignSep = "}{", template = "%StdinReader% }{ %cpu% | %memory% | %wlan0% | %battery% (<fc=#ee0a00>%date%</fc>) | %EDDP% " }