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