quote generator
This commit is contained in:
parent
f01db96150
commit
51782b8ce4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -71,3 +71,6 @@
|
|||||||
[submodule "gui/rofi"]
|
[submodule "gui/rofi"]
|
||||||
path = gui/rofi
|
path = gui/rofi
|
||||||
url = https://git.keegandeppe.com/kdeppe/rofi.git
|
url = https://git.keegandeppe.com/kdeppe/rofi.git
|
||||||
|
[submodule "src/quotes"]
|
||||||
|
path = src/quotes
|
||||||
|
url = https://git.keegandeppe.com/kdeppe/quotes.git
|
||||||
|
@ -27,6 +27,7 @@ function! ToggleTransparent()
|
|||||||
let t:is_transparent = 1
|
let t:is_transparent = 1
|
||||||
else
|
else
|
||||||
set background=dark
|
set background=dark
|
||||||
|
syntax enable
|
||||||
let t:is_transparent = 0
|
let t:is_transparent = 0
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
@ -143,3 +144,10 @@ inoremap <right> <NOP>
|
|||||||
" jq formating
|
" jq formating
|
||||||
" noremap <silent> gj :%!gojq .<cr>
|
" noremap <silent> gj :%!gojq .<cr>
|
||||||
" not worth the hassle of randomly formatting my text
|
" not worth the hassle of randomly formatting my text
|
||||||
|
|
||||||
|
" " ale fixing for ts
|
||||||
|
" let g:ale_fixers = {
|
||||||
|
" \ '*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||||
|
" \ 'typescript': ['eslint'],
|
||||||
|
" \}
|
||||||
|
" let g:ale_fix_on_save = 1
|
||||||
|
@ -16,4 +16,5 @@
|
|||||||
~/.local/bin/watertracker: src/watertracker/watertracker
|
~/.local/bin/watertracker: src/watertracker/watertracker
|
||||||
~/.local/bin/weather: src/weather/weather
|
~/.local/bin/weather: src/weather/weather
|
||||||
~/.local/bin/bluebikes: src/bluebikes/bluebikes
|
~/.local/bin/bluebikes: src/bluebikes/bluebikes
|
||||||
|
~/.local/bin/quotes: src/quotes/quotes.sh
|
||||||
~/.local/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
|
~/.local/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
|
||||||
|
1
src/quotes
Submodule
1
src/quotes
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 38f66f5bb5238c7cbb42a7ad07b9b1a652edfd2b
|
Loading…
x
Reference in New Issue
Block a user