Tried to add plover & updated vimclip to support wayland
This commit is contained in:
parent
b0c2153807
commit
2246ae3eaa
9 changed files with 115 additions and 56 deletions
home/features
|
@ -146,6 +146,7 @@ in
|
|||
home.packages = [
|
||||
neovim
|
||||
neovide
|
||||
pkgs.vimclip
|
||||
];
|
||||
# }}}
|
||||
# {{{ Firenvim
|
||||
|
|
|
@ -12,8 +12,8 @@ decoration {
|
|||
blur = true
|
||||
blur_size = 10
|
||||
blur_passes = 3
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.9
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
@ -10,6 +10,5 @@
|
|||
home.packages = with pkgs; [
|
||||
xclip # Clipboard stuff
|
||||
spectacle # Take screenshots
|
||||
vimclip # Vim anywhere!
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue