Compare commits
5 commits
16d68022eb
...
6b00d6a499
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 6b00d6a499 | ||
Bruno BELANYI | e8652cbc16 | ||
Bruno BELANYI | ace6212f49 | ||
Bruno BELANYI | 241071df30 | ||
Bruno BELANYI | c2723363ec |
8
modules/home/vim/after/plugin/mappings/oil.lua
Normal file
8
modules/home/vim/after/plugin/mappings/oil.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
local wk = require("which-key")
|
||||||
|
local oil = require("oil")
|
||||||
|
|
||||||
|
local keys = {
|
||||||
|
["-"] = { oil.open, "Open parent directory" },
|
||||||
|
}
|
||||||
|
|
||||||
|
wk.register(keys)
|
|
@ -1,6 +1,4 @@
|
||||||
local oil = require("oil")
|
local oil = require("oil")
|
||||||
local wk = require("which-key")
|
|
||||||
|
|
||||||
local detail = false
|
local detail = false
|
||||||
|
|
||||||
oil.setup({
|
oil.setup({
|
||||||
|
@ -26,9 +24,3 @@ oil.setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local keys = {
|
|
||||||
["-"] = { oil.open, "Open parent directory" },
|
|
||||||
}
|
|
||||||
|
|
||||||
wk.register(keys)
|
|
||||||
|
|
|
@ -54,9 +54,6 @@ in
|
||||||
|
|
||||||
# Pulseaudio setup
|
# Pulseaudio setup
|
||||||
(lib.mkIf cfg.pulse.enable {
|
(lib.mkIf cfg.pulse.enable {
|
||||||
# ALSA
|
|
||||||
sound.enable = true;
|
|
||||||
|
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue