quote generator

nvim
spinach 2 years ago
parent f01db96150
commit 51782b8ce4

3
.gitmodules vendored

@ -71,3 +71,6 @@
[submodule "gui/rofi"]
path = gui/rofi
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
else
set background=dark
syntax enable
let t:is_transparent = 0
endif
endfunction
@ -143,3 +144,10 @@ inoremap <right> <NOP>
" jq formating
" noremap <silent> gj :%!gojq .<cr>
" 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/weather: src/weather/weather
~/.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

@ -0,0 +1 @@
Subproject commit 38f66f5bb5238c7cbb42a7ad07b9b1a652edfd2b
Loading…
Cancel
Save