diff --git a/.config/nvim/lua/func/popterm.lua b/.config/nvim/lua/func/popterm.lua index 798af16..fd83512 100644 --- a/.config/nvim/lua/func/popterm.lua +++ b/.config/nvim/lua/func/popterm.lua @@ -29,8 +29,8 @@ vim.cmd([[ endfunction " Define the :Popterm command to open the centered terminal - autocmd TermOpen * setlocal winhighlight=Normal:Terminal highlight Terminal guibg=#000000 guifg=none + "autocmd TermOpen * setlocal winhighlight=Normal:Terminal command! Popterm call OpenCenteredTerminal() nnoremap T :Popterm