diff options
-rwxr-xr-x | .config/nvim/init.vim | 4 | ||||
-rw-r--r-- | .zshrc | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 93ac515..df0d9ae 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -6,6 +6,8 @@ Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } | |||
6 | Plug 'lionawurscht/deoplete-biblatex' | 6 | Plug 'lionawurscht/deoplete-biblatex' |
7 | Plug 'deoplete-plugins/deoplete-jedi' | 7 | Plug 'deoplete-plugins/deoplete-jedi' |
8 | 8 | ||
9 | " ledger | ||
10 | Plug 'ledger/vim-ledger' | ||
9 | "language packs | 11 | "language packs |
10 | Plug 'sheerun/vim-polyglot' | 12 | Plug 'sheerun/vim-polyglot' |
11 | "syntax checking | 13 | "syntax checking |
@@ -344,7 +346,7 @@ let g:vimwiki_global_ext = 0 | |||
344 | let g:vimtex_view_method = 'zathura' | 346 | let g:vimtex_view_method = 'zathura' |
345 | let g:tex_flavor='latex' | 347 | let g:tex_flavor='latex' |
346 | let g:vimtex_quickfix_mode = 0 | 348 | let g:vimtex_quickfix_mode = 0 |
347 | let g:polyglot_disabled = ['latex', 'tex'] | 349 | let g:polyglot_disabled = ['latex', 'tex', 'ledger'] |
348 | " }}} | 350 | " }}} |
349 | 351 | ||
350 | " {{{ rainbow | 352 | " {{{ rainbow |
@@ -34,8 +34,6 @@ SPACESHIP_CHAR_SUFFIX=" " | |||
34 | 34 | ||
35 | # Uncomment the following line to disable colors in ls. | 35 | # Uncomment the following line to disable colors in ls. |
36 | # DISABLE_LS_COLORS="true" | 36 | # DISABLE_LS_COLORS="true" |
37 | # export LS_COLORS="$(vivid generate snazzy)" | ||
38 | . /usr/share/LS_COLORS/dircolors.sh | ||
39 | # Uncomment the following line to disable auto-setting terminal title. | 37 | # Uncomment the following line to disable auto-setting terminal title. |
40 | # DISABLE_AUTO_TITLE="true" | 38 | # DISABLE_AUTO_TITLE="true" |
41 | 39 | ||
@@ -121,8 +119,8 @@ alias -g C='| xsel -b' # Copy to clipboard | |||
121 | alias bc='bc -l' | 119 | alias bc='bc -l' |
122 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" | 120 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" |
123 | alias gg="exit" | 121 | alias gg="exit" |
124 | alias ledger="ledger -f ~/Nextcloud/ledger.dat" | 122 | alias ledger="ledger -f ~/Nextcloud/ledger.ledger" |
125 | alias report="report -f ~/Nextcloud/ledger.dat" | 123 | alias report="report -f ~/Nextcloud/ledger.ledger" |
126 | 124 | ||
127 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 125 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC |
128 | 126 | ||
@@ -143,7 +141,7 @@ alias tick=tickle | |||
143 | #think it over | 141 | #think it over |
144 | alias think='tickle +1d' | 142 | alias think='tickle +1d' |
145 | 143 | ||
146 | alias lim='nvim /home/yigit/Nextcloud/ledger.dat' | 144 | alias lim='nvim /home/yigit/Nextcloud/ledger.ledger' |
147 | alias maybe='task due:someday list' | 145 | alias maybe='task due:someday list' |
148 | alias music='mpv --no-vid' | 146 | alias music='mpv --no-vid' |
149 | alias s="du -hs * | sort -rh | head -5" | 147 | alias s="du -hs * | sort -rh | head -5" |