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