mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Switch back to gruvbox theme
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -148,11 +148,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1629618782,
|
||||
"narHash": "sha256-2K8SSXu3alo/URI3MClGdDSns6Gb4ZaW4LET53UWyKk=",
|
||||
"lastModified": 1629705759,
|
||||
"narHash": "sha256-M5sHgjA1OZn/c21pk64qd5kjbkBpbZuYwgaDEl9kiP8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "870959c7fb3a42af1863bed9e1756086a74eb649",
|
||||
"rev": "5bc8b980b9178ef9a4bb622320cf34e59ea2ea10",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -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