File tree Expand file tree Collapse file tree 5 files changed +13
-27
lines changed
Expand file tree Collapse file tree 5 files changed +13
-27
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.7.0] - 2020-06-06
10+ ### Added
11+ - Replace htop with ytop. You'll have to install ytop. It's been given the alias ` top ` .
12+
13+ ### Fixed
14+ - Combine install package scripts into one.
15+ - Lf config got out of sync.
16+ - Fine tune ChangeReplace for nvim.
17+
918## [ 0.6.1] - 2020-06-05
1019### Fixed
1120- Add script to extras for creating alacritty terminfo.
@@ -79,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7988### Added
8089- Created basic script for proof of concept.
8190
82- [ Unreleased ] : https://github.com/adamtabrams/fig/compare/0.6.1...HEAD
91+ [ Unreleased ] : https://github.com/adamtabrams/fig/compare/0.7.0...HEAD
92+ [ 0.7.0 ] : https://github.com/adamtabrams/fig/compare/0.6.1...0.7.0
8393[ 0.6.1 ] : https://github.com/adamtabrams/fig/compare/0.6.0...0.6.1
8494[ 0.6.0 ] : https://github.com/adamtabrams/fig/compare/0.5.0...0.6.0
8595[ 0.5.0 ] : https://github.com/adamtabrams/fig/compare/0.4.3...0.5.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ let g:vimwiki_list_ignore_newline = 0
6666let g: vimwiki_text_ignore_newline = 0
6767let g: vimwiki_hl_cb_checked = 2
6868let g: vimwiki_conceallevel = 0
69+ let g: vimwiki_ext2syntax = {' .wiki' : ' media' }
6970
7071let g: go_highlight_extra_types = 1
7172let g: go_highlight_space_tab_error = 1
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ alias c="jump"
2424alias loc=" tokei -s code"
2525alias page=" $PAGER --paging=always"
2626alias bat=" bat --paging=never"
27+ alias top=" ytop -p -c solarized-dark"
2728
2829# ### Configs #####################################
2930alias .zsh=" $EDITOR $ZDOTDIR /.zshrc"
You can’t perform that action at this time.
0 commit comments