Compare commits
No commits in common. "cd38bf3d56b4ed07fdee473c06ac8a864cc94f0f" and "94df85afeda8ea5675c8a7b5f33cfa3489ea8702" have entirely different histories.
cd38bf3d56
...
94df85afed
@ -8,7 +8,6 @@
|
||||
|
||||
; themes
|
||||
(use :projekt0n/github-nvim-theme)
|
||||
(use :FrenzyExists/aquarium-vim)
|
||||
|
||||
; ui
|
||||
(use :kyazdani42/nvim-web-devicons)
|
||||
@ -21,7 +20,7 @@
|
||||
(use :cocopon/vaffle.vim)
|
||||
(use :jeetsukumaran/vim-buffergator)
|
||||
(use :tpope/vim-fugitive)
|
||||
(use :ur4ltz/surround.nvim)
|
||||
(use :blackCauldron7/surround.nvim)
|
||||
(use :b3nj5m1n/kommentary)
|
||||
(use :nelstrom/vim-visual-star-search)
|
||||
|
||||
|
@ -3,9 +3,8 @@
|
||||
nu aniseed.nvim.util}})
|
||||
|
||||
;; theme
|
||||
; (global github-theme (require :github-theme))
|
||||
; (github-theme.setup {:theme_style :dark})
|
||||
(nvim.command "colorscheme aquarium")
|
||||
(global github-theme (require :github-theme))
|
||||
(github-theme.setup {:theme_style :dark})
|
||||
|
||||
;; buffergator
|
||||
(set nvim.g.buffergator_display_regime "parentdir")
|
||||
@ -34,7 +33,7 @@
|
||||
;; lualine
|
||||
(global lualine (require :lualine))
|
||||
(lualine.setup
|
||||
{:options {:theme :aquarium
|
||||
{:options {:theme :nightfly
|
||||
:section_separators ["" ""]
|
||||
:component_separators ["" ""]
|
||||
:icons_enabled true}
|
||||
|
Loading…
Reference in New Issue
Block a user