Compare commits
No commits in common. "5ca5f0a0f76ce2683ea2d17e0597424a7da498a8" and "f48b7b95e67bfca2c8c3ea57d15e94a425e98e7f" have entirely different histories.
5ca5f0a0f7
...
f48b7b95e6
1 changed files with 4 additions and 3 deletions
7
init.lua
7
init.lua
|
|
@ -56,6 +56,9 @@ opt.listchars = {
|
||||||
-- vim-airline config ---
|
-- vim-airline config ---
|
||||||
g.airline_powerline_fonts = true
|
g.airline_powerline_fonts = true
|
||||||
g.airline_theme = "powerlineish"
|
g.airline_theme = "powerlineish"
|
||||||
|
g["airline#extensions#tabline#enabled"] = 1
|
||||||
|
g["airline#extensions#tabline#left_sep"] = " "
|
||||||
|
g["airline#extensions#tabline#left_alt_sep"] = "|"
|
||||||
|
|
||||||
---- Maps ----
|
---- Maps ----
|
||||||
vim.keymap.set("!", "<C-BS>", "<C-w>")
|
vim.keymap.set("!", "<C-BS>", "<C-w>")
|
||||||
|
|
@ -456,8 +459,6 @@ require("dap-go").setup()
|
||||||
require("nvim-web-devicons").setup()
|
require("nvim-web-devicons").setup()
|
||||||
|
|
||||||
---- firenvim
|
---- firenvim
|
||||||
if g.started_by_firenvim == true then
|
if g.started_by_firenvim then
|
||||||
g.airline_powerline_fonts = false
|
|
||||||
vim.o.laststatus = 0
|
|
||||||
vim.cmd("packadd firenvim")
|
vim.cmd("packadd firenvim")
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue