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)
|
(set vim.opt.spelloptions :camel)
|
||||||
; Allow more freedom with the cursor
|
; Allow more freedom with the cursor
|
||||||
(set vim.opt.virtualedit :block)
|
(set vim.opt.virtualedit :block)
|
||||||
; Disable modeline for security
|
; Enable modelines with modelineexpr off
|
||||||
(set vim.opt.modeline false)
|
(set vim.opt.modeline true)
|
||||||
(set vim.opt.modelines 0)
|
(set vim.opt.modelineexpr false)
|
||||||
; Auto chdir into files' dirs
|
; Auto chdir into files' dirs
|
||||||
;(set vim.opt.autochdir true)
|
;(set vim.opt.autochdir true)
|
||||||
; Enable substitute 'g' flag by default
|
; Enable substitute 'g' flag by default
|
||||||
|
Reference in New Issue
Block a user