This commit is contained in:
Chris 2021-03-15 13:46:13 -04:00
parent 85d9b2b911
commit c09032b8c0
3 changed files with 9 additions and 5 deletions

View file

@ -24,18 +24,18 @@ sudo rm -r neovim
## TODO
- snippet support
- add lots of lsp
- configure neogit
- configure git blame
- add lots of lsp
- move language servers not installed with npm to neovim local share location
- add vscode support
- react commenting
- add lisence
- add icons to startify
- add vscode support
- react commenting
- update whichkey bindings
- more handsome/modern galaxyline
- potentially custom colorscheme
- get logo
- look into autoinstall lsp
- prefer single line comments kommentary
- fix ctrl-k
- maximizer plugin
- configure neogit

View file

@ -13,6 +13,7 @@ require('nv-galaxyline')
require('nv-barbar')
require('nv-gitsigns')
require('nv-nvim-autopairs')
require('nv-neogit')
require('nv-kommentary')
require('nv-quickscope')
require('nv-rnvimr')

3
lua/nv-neogit/init.lua Normal file
View file

@ -0,0 +1,3 @@
local neogit = require('neogit')
--neogit.status.create("floating")