chore: update roadmap and also remove git from neovim

main
sudo pacman -Syu 2022-05-27 02:25:05 +07:00
parent 00b5ffc0a4
commit c6fb646191
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 2 additions and 1 deletions

View File

@ -21,3 +21,5 @@ go build ./cmd/dot
## Roadmap
- [ ] Support compare directory
- [ ] Switch to use lua for neovim config
- [ ] Add diff command

View File

@ -52,7 +52,6 @@ let g:neovide_cursor_vfx_mode="railgun"
call plug#begin()
Plug 'kyazdani42/nvim-tree.lua'
Plug 'nvim-lualine/lualine.nvim'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Plug 'axelf4/vim-strip-trailing-whitespace'