mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
re-enable conceals for clojure and fennel
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
:false :⊥
|
:false :⊥
|
||||||
;; and
|
;; and
|
||||||
;; or
|
;; or
|
||||||
|
;; if-not
|
||||||
|
;; when-not
|
||||||
;; (not
|
;; (not
|
||||||
;; None | ∅
|
;; None | ∅
|
||||||
;; true, false | ⊤, ⊥ (top and bottom from logic)
|
;; true, false | ⊤, ⊥ (top and bottom from logic)
|
||||||
@@ -46,6 +48,8 @@
|
|||||||
(set nvim.wo.conceallevel 2)
|
(set nvim.wo.conceallevel 2)
|
||||||
(set nvim.wo.conceallevel 0)))
|
(set nvim.wo.conceallevel 0)))
|
||||||
|
|
||||||
|
;(setup-conceals)
|
||||||
|
;(toggle-conceal)
|
||||||
;(if true true false)
|
;(if true true false)
|
||||||
|
|
||||||
|
|
||||||
@@ -56,6 +60,6 @@
|
|||||||
(def pretty-filetypes [:fennel
|
(def pretty-filetypes [:fennel
|
||||||
:clojure])
|
:clojure])
|
||||||
|
|
||||||
; (each [_ ftype (pairs pretty-filetypes)]
|
(each [_ ftype (pairs pretty-filetypes)]
|
||||||
; (nvim.ex.autocmd :FileType ftype :call "SetupConceals()"))
|
(nvim.ex.autocmd :FileType ftype :call "SetupConceals()"))
|
||||||
;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user