diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-20 14:44:26 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-20 14:44:26 -0400 |
| commit | a0fbd4616449bf32c3ae221596ee6871c79b0654 (patch) | |
| tree | 8016f9048489561ddcd69abfc59451785334fc36 | |
| parent | fafd21d471ebc61c779a50156820e9c9692933b8 (diff) | |
| download | eibhear-a0fbd4616449bf32c3ae221596ee6871c79b0654.tar.gz eibhear-a0fbd4616449bf32c3ae221596ee6871c79b0654.tar.zst eibhear-a0fbd4616449bf32c3ae221596ee6871c79b0654.zip | |
vim clickable
| -rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index d282fbf..0d0d43e 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -14,6 +14,7 @@ Plug 'vifm/vifm.vim' call plug#end() set bg=light +set go=a set mouse=a set nohlsearch set clipboard=unnamedplus |
