소스 검색

remove this autocommands

Chris 4 년 전
부모
커밋
c26c09fadd
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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
-)