diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 09:22:42 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 09:22:42 +0100 |
commit | 74d3e21ef18e349101db2eb48072ef7d3fecf001 (patch) | |
tree | c8f275ace7cbf2801c421e08857f4fa7e2e7b1c0 | |
parent | 12307efeffe41f728786dccd434dc758e97681db (diff) |
amended
-rw-r--r-- | fish/fish_variables | 2 | ||||
-rw-r--r-- | vim/vimrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index b307dd0..238b081 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export EDITOR:/usr/local/bin/vim -SETUVAR --export LEDGER_FILE:/home/lemon/ledger/hledger\x2eledger +SETUVAR --export LEDGER_FILE:/home/lemon/Documents/Budget/ledger/hledger/budget\x2eledger SETUVAR PATH:/home/lemon/bin/adb\x2dfastboot/platform\x2dtools/\x1e/home/lemon/bin\x1e/home/lemon/scripts\x1e/home/lemon/\x2elocal/bin\x1e/home/lemon/\x2efzf/bin\x1e/home/lemon/bin\x1e/home/lemon/scripts\x1e/home/lemon/\x2elocal/bin\x1e/home/lemon/bin\x1e/usr/local/bin\x1e/usr/bin\x1e/bin\x1e/usr/local/games\x1e/usr/games SETUVAR --export TERMINAL:/usr/bin/xfce4\x2dterminal SETUVAR --export _JAVA_OPTIONS:\x2dDswing\x2eaatext\x3dTRUE\x1e\x2dDawt\x2euseSystemAAFontSettings\x3don @@ -144,6 +144,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' "Plug 'prabirshrestha/vim-lsp' +Plug 'ledger/vim-ledger' Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} |