gruvbox material?
This commit is contained in:
parent
380be27b0a
commit
a03dfbc8dd
3 changed files with 5 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ local config = {
|
|||
-- Disable sections and component separators
|
||||
component_separators = '',
|
||||
section_separators = '',
|
||||
theme = 'gruvbox',
|
||||
theme = 'gruvbox-material',
|
||||
},
|
||||
sections = {
|
||||
-- these are to remove the defaults
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@ vim.g.maplocalleader = ','
|
|||
|
||||
-- color stuff
|
||||
opt.termguicolors = true -- 24bit color
|
||||
vim.g.gruvbox_italic = 1
|
||||
vim.cmd ':colorscheme gruvbox'
|
||||
--vim.g.gruvbox_italic = 1
|
||||
opt.background = 'dark' -- dark gruvbox
|
||||
vim.g.gruvbox_material_background = 'soft'
|
||||
vim.cmd ':colorscheme gruvbox-material'
|
||||
--vimspector
|
||||
vim.g.vimspector_base_dir = vim.env.HOME .. "/.local/share/nvim/vimspector"
|
||||
vim.g.vimspector_enable_mappings = "HUMAN"
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
map (x: { plugin = x; }) (with pkgs.vimPlugins; [
|
||||
vim-tmux-navigator # tmux
|
||||
nnn-nvim # nnn as filebrowser
|
||||
gruvbox # theme
|
||||
gruvbox-material # theme
|
||||
# complete ui overhaul
|
||||
notify-nvim
|
||||
nui-nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue