diff options
author | Christian Chiarulli <[email protected]> | 2019-02-10 15:20:30 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-10 15:20:30 -0500 |
commit | bfaa408dd22b423935dd32f9521119079b1e3041 (patch) | |
tree | b6470865bd3197703dada4a62c2c16e53e2e8856 | |
parent | 20c34bf78061932c38dfcae530a2d3c80f07c6c1 (diff) |
added gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .netrwhist | 4 |
2 files changed, 1 insertions, 4 deletions
@@ -1,2 +1,3 @@ dein tags +.netrwhist diff --git a/.netrwhist b/.netrwhist deleted file mode 100644 index 5b777612..00000000 --- a/.netrwhist +++ /dev/null @@ -1,4 +0,0 @@ -let g:netrw_dirhistmax =10 -let g:netrw_dirhist_cnt =2 -let g:netrw_dirhist_1='/Users/chris/.config/nvim/old' -let g:netrw_dirhist_2='/Users/chris/.config' |