Compare commits
3 Commits
183eb27980
...
7572b52d6f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7572b52d6f | |||
| 68ca7ff5f8 | |||
| 51d9300990 |
@@ -22,6 +22,11 @@ in {
|
||||
enable = true;
|
||||
settings = {
|
||||
vim = {
|
||||
clipboard = {
|
||||
enable = true;
|
||||
providers.wl-copy.enable = true;
|
||||
registers = "unnamedplus,unnamed";
|
||||
};
|
||||
globals = {
|
||||
mapleader = " ";
|
||||
maplocalleader = " ";
|
||||
@@ -139,7 +144,6 @@ in {
|
||||
];
|
||||
|
||||
options = {
|
||||
clipboard = "unnamedplus";
|
||||
|
||||
# line numbers
|
||||
number = true;
|
||||
|
||||
Reference in New Issue
Block a user