dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 1b3d26fce44228272a2fdbc5ea9950c555b5a928
parent 3caf4f7a23df9250fbd64cc59e7bd61e59c7ca85
Author: hhvn <dev@hhvn.uk>
Date:   Sun, 25 Apr 2021 14:27:43 +0100

.c/n/init.vim: set is_posix

Diffstat:
M.config/nvim/init.vim | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -210,3 +210,6 @@ source ~/.config/nvim/modules/textmanipulation.vim " quick-scope let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] + +" Shell on BSD +let b:is_posix = 1