From 86d29e0624e3bb8bb8e57a09c0fe32cc98ed57bd Mon Sep 17 00:00:00 2001 From: Proctor Date: Fri, 15 Jul 2022 14:47:42 -0500 Subject: [PATCH] re-enable conceals for clojure and fennel --- nvim/.config/nvim/fnl/dotfiles/conceal.fnl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/conceal.fnl b/nvim/.config/nvim/fnl/dotfiles/conceal.fnl index 62b7331..5f1f9a7 100644 --- a/nvim/.config/nvim/fnl/dotfiles/conceal.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/conceal.fnl @@ -21,6 +21,8 @@ :false :⊥ ;; and ;; or +;; if-not +;; when-not ;; (not ;; None | ∅ ;; true, false | ⊤, ⊥ (top and bottom from logic) @@ -46,6 +48,8 @@ (set nvim.wo.conceallevel 2) (set nvim.wo.conceallevel 0))) +;(setup-conceals) +;(toggle-conceal) ;(if true true false) @@ -56,6 +60,6 @@ (def pretty-filetypes [:fennel :clojure]) -; (each [_ ftype (pairs pretty-filetypes)] -; (nvim.ex.autocmd :FileType ftype :call "SetupConceals()")) -; +(each [_ ftype (pairs pretty-filetypes)] + (nvim.ex.autocmd :FileType ftype :call "SetupConceals()")) +