Chris 4 年之前
父節點
當前提交
c09032b8c0
共有 3 個文件被更改,包括 9 次插入5 次删除
  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
 ## TODO
 - snippet support
 - snippet support
-- add lots of lsp
-- configure neogit
 - configure git blame
 - configure git blame
+- add lots of lsp
 - move language servers not installed with npm to neovim local share location
 - move language servers not installed with npm to neovim local share location
-- add vscode support
-- react commenting
 - add lisence
 - add lisence
 - add icons to startify
 - add icons to startify
+- add vscode support
+- react commenting
 - update whichkey bindings
 - update whichkey bindings
 - more handsome/modern galaxyline
 - more handsome/modern galaxyline
-- potentially custom colorscheme
 - get logo
 - get logo
 - look into autoinstall lsp
 - look into autoinstall lsp
 - prefer single line comments kommentary
 - prefer single line comments kommentary
 - fix ctrl-k
 - fix ctrl-k
+- maximizer plugin
+- configure neogit

+ 1 - 0
init.lua

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

+ 3 - 0
lua/nv-neogit/init.lua

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