Enable modelines
This commit is contained in:
parent
ca21ebc84d
commit
6b53868291
6
init.fnl
6
init.fnl
@ -53,9 +53,9 @@
|
||||
(set vim.opt.spelloptions :camel)
|
||||
; Allow more freedom with the cursor
|
||||
(set vim.opt.virtualedit :block)
|
||||
; Disable modeline for security
|
||||
(set vim.opt.modeline false)
|
||||
(set vim.opt.modelines 0)
|
||||
; Enable modelines with modelineexpr off
|
||||
(set vim.opt.modeline true)
|
||||
(set vim.opt.modelineexpr false)
|
||||
; Auto chdir into files' dirs
|
||||
;(set vim.opt.autochdir true)
|
||||
; Enable substitute 'g' flag by default
|
||||
|
Reference in New Issue
Block a user