Chris 4 năm trước cách đây
mục cha
commit
c09032b8c0
3 tập tin đã thay đổi với 9 bổ sung5 xóa
  1. 5 5
      README.md
  2. 1 0
      init.lua
  3. 3 0
      lua/nv-neogit/init.lua

+ 5 - 5
README.md

@@ -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

+ 1 - 0
init.lua

@@ -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 - 0
lua/nv-neogit/init.lua

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