Browse Source

vim-rooter is essential

Chris 4 năm trước cách đây
mục cha
commit
7677f220b7
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      lua/plugins.lua

+ 8 - 0
lua/plugins.lua

@@ -125,6 +125,14 @@ return require("packer").startup(function(use)
     end,
   }
 
+  -- whichkey
+  use {
+    "airblade/vim-rooter",
+    config = function()
+      vim.g.rooter_silent_chdir = 1
+    end,
+  }
+
   -- Icons
   use { "kyazdani42/nvim-web-devicons" }