diff options
author | Chris <[email protected]> | 2021-07-11 23:58:32 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-11 23:58:32 -0400 |
commit | c26c09fadd54a9c6753a6f3c2eb11666b16b9264 (patch) | |
tree | fb58b59389bb95712e45a7c4b29e91ac29b72a3f | |
parent | 2a1fb08a64713ab83e5501f3117b9cfb6a0eef6d (diff) |
remove this autocommands
-rw-r--r-- | init.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 -) |