Commit 9204d513 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make options in .vim/after/ftplugin/* configs local

parent 3014212d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
setlocal fo+=c
setl fo+=c

let c_glib=1  "Enables GLib Highlighting
let c_pfs=1   "Enables PFS Project Highlighting
+1 −1
Original line number Diff line number Diff line
set spell nocindent tw=71
setl spell nocindent tw=71
+1 −1
Original line number Diff line number Diff line
set sw=2 ts=2 sts=2
setl sw=2 ts=2 sts=2
+1 −1
Original line number Diff line number Diff line
set sw=2 ts=2 sts=2
setl sw=2 ts=2 sts=2
+1 −1
Original line number Diff line number Diff line
set expandtab
setl expandtab
Loading