1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update isfname option

These characters should not be used in file names.
This commit is contained in:
jdhao 2021-01-20 00:14:23 +08:00
parent 09e479a495
commit dfd63c9a3c

View File

@ -162,4 +162,9 @@ augroup END
set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20
set signcolumn=auto:2
" Remove certain character from file name pattern matching
set isfname-==
set isfname-=:
set isfname-=,
"}