Compare commits

...

2 Commits

Author SHA1 Message Date
cd38bf3d56 change to aquarium theme 2022-02-15 13:09:05 +07:00
4095a0443c change surround.nvim repo
Old repo is deleted
2022-02-15 13:08:35 +07:00
2 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,7 @@
; themes
(use :projekt0n/github-nvim-theme)
(use :FrenzyExists/aquarium-vim)
; ui
(use :kyazdani42/nvim-web-devicons)
@ -20,7 +21,7 @@
(use :cocopon/vaffle.vim)
(use :jeetsukumaran/vim-buffergator)
(use :tpope/vim-fugitive)
(use :blackCauldron7/surround.nvim)
(use :ur4ltz/surround.nvim)
(use :b3nj5m1n/kommentary)
(use :nelstrom/vim-visual-star-search)

View File

@ -3,8 +3,9 @@
nu aniseed.nvim.util}})
;; theme
(global github-theme (require :github-theme))
(github-theme.setup {:theme_style :dark})
; (global github-theme (require :github-theme))
; (github-theme.setup {:theme_style :dark})
(nvim.command "colorscheme aquarium")
;; buffergator
(set nvim.g.buffergator_display_regime "parentdir")
@ -33,7 +34,7 @@
;; lualine
(global lualine (require :lualine))
(lualine.setup
{:options {:theme :nightfly
{:options {:theme :aquarium
:section_separators ["" ""]
:component_separators ["" ""]
:icons_enabled true}