adapts neovim config
This commit is contained in:
parent
c69697bbd3
commit
7632c3686f
7 changed files with 554 additions and 579 deletions
|
|
@ -1,23 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.clipboard =
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
cliphist
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
inputs.self.modules.homeManager.clipboard
|
||||
];
|
||||
};
|
||||
|
||||
flake.modules.homeManager.clipboard =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Watch clipboard and store history via cliphist
|
||||
services.cliphist.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -18,8 +18,6 @@
|
|||
mouse = "a";
|
||||
pumheight = 10;
|
||||
showmode = false;
|
||||
smartindent = true;
|
||||
breakindent = true;
|
||||
showtabline = 0;
|
||||
smartcase = true;
|
||||
splitbelow = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue