fix
This commit is contained in:
parent
93794768a2
commit
de141efad5
1 changed files with 6 additions and 0 deletions
6
init.lua
6
init.lua
|
@ -34,4 +34,10 @@ THEME.git = THEME.git or {}
|
||||||
THEME.git.modified = ui.Style():fg("blue")
|
THEME.git.modified = ui.Style():fg("blue")
|
||||||
THEME.git.deleted = ui.Style():fg("red"):bold()
|
THEME.git.deleted = ui.Style():fg("red"):bold()
|
||||||
|
|
||||||
|
-- ─< oh my posh bar >──────────────────────────────────────────────────────────────────
|
||||||
require("omp"):setup()
|
require("omp"):setup()
|
||||||
|
|
||||||
|
-- ─< smart enter select multiple >─────────────────────────────────────────────────────
|
||||||
|
require("smart-enter"):setup({
|
||||||
|
open_multi = true,
|
||||||
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue