Explorar el Código

no nvimtree on dashboard

christianchiarulli hace 4 años
padre
commit
6e6cc4cfb6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lua/lv-nvimtree/init.lua

+ 1 - 0
lua/lv-nvimtree/init.lua

@@ -19,6 +19,7 @@ M.config = function()
     g.nvim_tree_tab_open = 0
     g.nvim_tree_allow_resize = 1
     g.nvim_tree_lsp_diagnostics = 1
+    g.nvim_tree_auto_ignore_ft = {'startify', 'dashboard'}
 
     g.nvim_tree_show_icons = {
         git = 1,