make statusline transparent
This commit is contained in:
parent
68fb1780f3
commit
be2a169edc
@ -1,6 +1,7 @@
|
|||||||
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = '#282828' })
|
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = '#282828' })
|
||||||
vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'NONE' })
|
vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'NONE' })
|
||||||
vim.api.nvim_set_hl(0, 'Pmenu', { 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
|
-- Use 'q' to quit from common plugins
|
||||||
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||||
|
@ -18,6 +18,8 @@ g.tex_flavor = 'latex'
|
|||||||
-- }}}
|
-- }}}
|
||||||
-- Opts {{{
|
-- Opts {{{
|
||||||
-- opt.formatoptions = ""
|
-- opt.formatoptions = ""
|
||||||
|
opt.wildoptions = 'tagfile'
|
||||||
|
--opt.wildchar = 'c'
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.guifont = 'JetBrainsMono Nerd Font'
|
opt.guifont = 'JetBrainsMono Nerd Font'
|
||||||
opt.guicursor = 'n-v-c-sm:hor20,i-ci-ve:ver20,r-cr-o:Block'
|
opt.guicursor = 'n-v-c-sm:hor20,i-ci-ve:ver20,r-cr-o:Block'
|
||||||
|
Loading…
Reference in New Issue
Block a user