Skip to content

Commit

Permalink
Merge pull request #73 from joshghent/vim-updates
Browse files Browse the repository at this point in the history
updated vim files
  • Loading branch information
joshghent committed Jan 9, 2024
2 parents cc7241d + 9424d06 commit e341440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -15,6 +15,7 @@ Plugin 'mileszs/ack.vim'
Plugin 'junegunn/fzf.vim'
Plugin 'junegunn/goyo.vim'
Plugin '907th/vim-auto-save'
Plugin 'iamcco/markdown-preview.nvim'

call vundle#end() " required
filetype plugin indent on " required
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -11,14 +11,16 @@ $ git clone https://github.com/joshghent/dotfiles.git && cd dotfiles
$ make
```

After install, run `:call mkdp#util#install()` inside vim to install markdown preview

## ✅ TODO

- [] Automatically generate SSH key
- [] Get rid of bash file and use Makefile to coordinate and recover steps
- [x] Change to github actions
- [] Automate import of Iterm schema
- [] Add install via Curl - [like this](https://github.com/wookayin/dotfiles/blob/master/etc/install)
- [] Add app installs
- [x] Add app installs
- [] Add all accounts (without passwords)
- [] Add colored output
- [] Silence the output of various commands
Expand Down

0 comments on commit e341440

Please sign in to comment.