summaryrefslogtreecommitdiff
path: root/fnl/settings
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/settings')
-rw-r--r--fnl/settings/options.fnl10
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index bf02dda..acb643d 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -80,8 +80,8 @@
(apply-opts opts)
-(vim.cmd "set whichwrap+=<,>,[,],h,l")
-(vim.cmd "set iskeyword+=-")
-(vim.cmd "set formatoptions-=cro")
-(vim.cmd "set colorcolumn=80")
-(nvim.ex.set :shortmess+=c)
+(nvim.ex.set "whichwrap+=<,>,[,],h,l")
+(nvim.ex.set "iskeyword+=-")
+(nvim.ex.set "formatoptions-=cro")
+(nvim.ex.set "colorcolumn=80")
+(nvim.ex.set "shortmess+=c")