Explorar o código

remove nvimtree statusline

christianchiarulli %!s(int64=4) %!d(string=hai) anos
pai
achega
2a1fb08a64
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      init.lua

+ 6 - 0
init.lua

@@ -17,3 +17,9 @@ require "lv-treesitter"
 -- end
 -- if O.lang.tailwindcss.active then
 --   require "lsp.tailwind
+vim.api.nvim_exec(
+  [[
+au BufEnter,BufWinEnter,WinEnter,CmdwinEnter * if bufname('%') == "NvimTree" | set laststatus=0 | else | set laststatus=2 | endif
+]],
+  false
+)