fix clipboard once and for all
This commit is contained in:
@@ -22,6 +22,10 @@ in {
|
||||
enable = true;
|
||||
settings = {
|
||||
vim = {
|
||||
clipboard = {
|
||||
enable = true;
|
||||
providers.wl-copy.enable = true;
|
||||
};
|
||||
globals = {
|
||||
mapleader = " ";
|
||||
maplocalleader = " ";
|
||||
@@ -139,7 +143,7 @@ in {
|
||||
];
|
||||
|
||||
options = {
|
||||
clipboard = "unnamedplus";
|
||||
#clipboard = "unnamedplus";
|
||||
|
||||
# line numbers
|
||||
number = true;
|
||||
|
||||
Reference in New Issue
Block a user