diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2025-04-02 18:57:24 +0200 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2025-04-02 18:57:24 +0200 |
| commit | 2e3790a6950119cddd9065ab018695f4692c02bf (patch) | |
| tree | 74730aaa1bdb4fff6d2b4f9c51074c741658fc39 /.config/nvim | |
| parent | fdfd23a82ca6dc496061d0cc8e24fa3dd5bbe069 (diff) | |
| download | eibhear-2e3790a6950119cddd9065ab018695f4692c02bf.tar.gz eibhear-2e3790a6950119cddd9065ab018695f4692c02bf.tar.zst eibhear-2e3790a6950119cddd9065ab018695f4692c02bf.zip | |
fix #1464
Diffstat (limited to '.config/nvim')
| -rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index a70df27..878e11d 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -23,7 +23,6 @@ call plug#end() set title set bg=light -set go=a set mouse=a set nohlsearch set clipboard+=unnamedplus |
