mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Switch back to gruvbox theme
This commit is contained in:
@@ -300,12 +300,12 @@ in
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
completion-nvim
|
||||
far-vim
|
||||
git-blame-nvim
|
||||
gitlinker-nvim
|
||||
glow-nvim
|
||||
gruvbox-nvim
|
||||
lualine-nvim
|
||||
nvim-bufferline-lua
|
||||
bufferline-nvim
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
nvim-treesitter
|
||||
@@ -318,7 +318,6 @@ in
|
||||
syntastic
|
||||
tabular
|
||||
telescope-nvim
|
||||
tokyonight-nvim
|
||||
trouble-nvim
|
||||
twilight-nvim
|
||||
typescript-vim
|
||||
|
@@ -90,9 +90,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za",
|
||||
|
||||
--Set colorscheme
|
||||
vim.o.termguicolors = true
|
||||
vim.cmd[[colorscheme tokyonight]]
|
||||
vim.g.tokyonight_style = "night"
|
||||
vim.g.tokyonight_italic_functions = true
|
||||
vim.cmd[[colorscheme gruvbox]]
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- LSP {{{1 -------------------------------------------------------------------
|
||||
@@ -124,7 +122,7 @@ require"gitlinker".setup()
|
||||
-- status line
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'tokyonight'
|
||||
theme = 'gruvbox'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user