chore: update roadmap and also remove git from neovim
parent
00b5ffc0a4
commit
c6fb646191
|
@ -21,3 +21,5 @@ go build ./cmd/dot
|
|||
## Roadmap
|
||||
|
||||
- [ ] Support compare directory
|
||||
- [ ] Switch to use lua for neovim config
|
||||
- [ ] Add diff command
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue