Update init.lua
This commit is contained in:
parent
a84e3d087c
commit
45a34c65c7
1 changed files with 4 additions and 1 deletions
|
|
@ -402,6 +402,9 @@ vim.g.syntastic_enable_elixir_checker = 1
|
||||||
vim.g.syntastic_elixir_checkers = { "elixir" }
|
vim.g.syntastic_elixir_checkers = { "elixir" }
|
||||||
vim.g.LargeFile = 20
|
vim.g.LargeFile = 20
|
||||||
vim.g.airline_powerline_fonts = 1
|
vim.g.airline_powerline_fonts = 1
|
||||||
|
local airline_symbols = vim.g.airline_symbols or {}
|
||||||
|
airline_symbols.branch = "\u{e0a0}"
|
||||||
|
vim.g.airline_symbols = airline_symbols
|
||||||
vim.g.airline_section_x = ""
|
vim.g.airline_section_x = ""
|
||||||
vim.g.airline_section_y = ""
|
vim.g.airline_section_y = ""
|
||||||
vim.g.airline_section_warning = ""
|
vim.g.airline_section_warning = ""
|
||||||
|
|
@ -1031,4 +1034,4 @@ vim.cmd("hi GitSignsChangeVirtLnInline ctermfg=blue ctermbg=none guibg=#0043AE g
|
||||||
-- Colorscheme application
|
-- Colorscheme application
|
||||||
pcall(vim.cmd, "colorscheme codedark")
|
pcall(vim.cmd, "colorscheme codedark")
|
||||||
_G.SetTransparent()
|
_G.SetTransparent()
|
||||||
vim.cmd("hi CursorLine guibg=NONE ctermbg=NONE gui=bold,undercurl cterm=bold guisp=#777777")
|
vim.cmd("hi CursorLine guibg=NONE ctermbg=NONE gui=bold cterm=bold guisp=#777777")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue