Files
yadm/.config/nvim/after/plugin/context.rc.vim
Robert Kmieć 4f3663d0eb Nvim: Configure plugins in after directory
Switch from fzf to telescope and filesystem to defx
2021-07-26 00:27:45 +02:00

3 lines
87 B
VimL

" Disable context.vim on json files
let g:context_filetype_blacklist = ["json", "log"]