nvim: after/ftplugin/C: Drop unneeded settings
Do not know what advantage if any these settings will bring anymore.
This commit is contained in:
parent
4b8caad3b6
commit
62e99dd1f0
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
" Scanning included files when ^n is troublesome
|
|
||||||
setlocal complete-=i
|
|
||||||
setlocal path+=/usr/include/**
|
|
||||||
setlocal makeprg=ninja\ -C\ build
|
setlocal makeprg=ninja\ -C\ build
|
||||||
|
|
||||||
" If we are working with any of the gstreamer projects in C, run gst-ident
|
" If we are working with any of the gstreamer projects in C, run gst-ident
|
||||||
|
|
Loading…
Reference in a new issue