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:
parent
09e479a495
commit
dfd63c9a3c
@ -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-=,
|
||||
"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user