nixvim: remove broken + clipboard sharing setup
This commit is contained in:
parent
fb30a02e78
commit
1a6c89eba9
4 changed files with 62 additions and 30 deletions
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
defaultEditor = true;
|
||||
}
|
||||
6
nixvim/config/clipboard.nix
Normal file
6
nixvim/config/clipboard.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
clipboard = {
|
||||
providers.xsel.enable = true;
|
||||
register = "unnamedplus";
|
||||
};
|
||||
}
|
||||
|
|
@ -2,6 +2,6 @@
|
|||
# Import all your configuration modules here
|
||||
imports = [
|
||||
./bufferline.nix
|
||||
./base.nix
|
||||
./clipboard.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue