Browse Source

update for neogit

Chris 4 năm trước cách đây
mục cha
commit
2474439095

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

@@ -1,3 +1,5 @@
 local neogit = require('neogit')
 local neogit = require('neogit')
 
 
+neogit.setup {}
+
 --neogit.status.create("floating")
 --neogit.status.create("floating")

+ 1 - 1
lua/nv-nvimtree/init.lua

@@ -60,7 +60,7 @@ vim.g.nvim_tree_icons = {
         staged = "✓",
         staged = "✓",
         unmerged = "",
         unmerged = "",
         renamed = "➜",
         renamed = "➜",
-        untracked = ""
+        untracked = ""
     },
     },
     folder = {
     folder = {
         default = "",
         default = "",