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