mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
cleanup vim
This commit is contained in:
parent
66573e88ea
commit
17738ca136
5 changed files with 6 additions and 7 deletions
|
@ -14,12 +14,11 @@
|
|||
(require "plugins.galaxyline")
|
||||
(require "plugins.bufferline")
|
||||
|
||||
(def- colors utils.colors)
|
||||
|
||||
;(tset debug :traceback fennel.traceback)
|
||||
|
||||
|
||||
|
||||
(def colors (utils.colors))
|
||||
|
||||
(set vim.g.conjure#client#fennel#aniseed#aniseed_module_prefix "aniseed.")
|
||||
|
||||
; Colors ------------------------------------------------------- foldstart
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
utils utils
|
||||
bufferline bufferline}})
|
||||
|
||||
(local colors (utils.colors))
|
||||
(def- colors utils.colors)
|
||||
|
||||
; :h bufferline-lua-highlights
|
||||
(let [selected {:guibg colors.neutral_aqua :guifg colors.dark0 :gui ""}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
require-macros [macros]})
|
||||
|
||||
(local colors (utils.colors))
|
||||
(def- colors utils.colors)
|
||||
|
||||
(local modes
|
||||
{:n {:text "NORMAL" :colors {:bg colors.neutral_aqua :fg colors.dark0}}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
require-macros [macros]})
|
||||
|
||||
|
||||
(local colors (utils.colors))
|
||||
(def- colors utils.colors)
|
||||
|
||||
(symbols-outline.setup { :highlight_hovered_item true :show_guides true})
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
|
||||
(defn colors []
|
||||
(def colors
|
||||
{ :dark0_hard "#1d2021"
|
||||
:dark0 "#282828"
|
||||
:dark0_soft "#32302f"
|
||||
|
|
Loading…
Reference in a new issue