not needed anymore

This commit is contained in:
Volodymyr Patuta 2023-01-23 21:50:46 +01:00
parent d908d1dcce
commit 03e56873bc
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = '#282828' })
vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'NONE' })
vim.api.nvim_set_hl(0, 'Pmenu', { bg = 'NONE' })
vim.api.nvim_set_hl(0, 'StatusLine', { bg = 'NONE' })
-- vim.api.nvim_set_hl(0, 'NormalFloat', { bg = '#282828' })
-- vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'NONE' })
-- vim.api.nvim_set_hl(0, 'Pmenu', { bg = 'NONE' })
-- vim.api.nvim_set_hl(0, 'StatusLine', { bg = 'NONE' })
-- Use 'q' to quit from common plugins
vim.api.nvim_create_autocmd({ 'FileType' }, {