chore(nvim): switch theme
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c39ec29b21
commit
e14f088779
3
nvimrc
3
nvimrc
|
@ -98,7 +98,8 @@ endif
|
|||
|
||||
" Colour scheme:
|
||||
packadd! nord-vim " https://github.com/arcticicestudio/nord-vim.git
|
||||
colorscheme nord
|
||||
packadd! gruvbox-material " https://github.com/sainnhe/gruvbox-material.git
|
||||
colorscheme gruvbox-material
|
||||
|
||||
augroup vimrc
|
||||
autocmd!
|
||||
|
|
|
@ -48,7 +48,7 @@ local diagnostics = {
|
|||
require("lualine").setup({
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = "nord",
|
||||
theme = "gruxbox_dark",
|
||||
component_separators = "",
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue