Procházet zdrojové kódy

remove this autocommands

Chris před 4 roky
rodič
revize
c26c09fadd
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      init.lua

+ 0 - 6
init.lua

@@ -17,9 +17,3 @@ 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
-)