Explorar o código

vim-rooter is essential

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
7677f220b7
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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" }