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:
6
flake.lock
generated
6
flake.lock
generated
@@ -148,11 +148,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1629618782,
|
"lastModified": 1629705759,
|
||||||
"narHash": "sha256-2K8SSXu3alo/URI3MClGdDSns6Gb4ZaW4LET53UWyKk=",
|
"narHash": "sha256-M5sHgjA1OZn/c21pk64qd5kjbkBpbZuYwgaDEl9kiP8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "870959c7fb3a42af1863bed9e1756086a74eb649",
|
"rev": "5bc8b980b9178ef9a4bb622320cf34e59ea2ea10",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -300,12 +300,12 @@ in
|
|||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
completion-nvim
|
completion-nvim
|
||||||
far-vim
|
|
||||||
git-blame-nvim
|
git-blame-nvim
|
||||||
gitlinker-nvim
|
gitlinker-nvim
|
||||||
glow-nvim
|
glow-nvim
|
||||||
|
gruvbox-nvim
|
||||||
lualine-nvim
|
lualine-nvim
|
||||||
nvim-bufferline-lua
|
bufferline-nvim
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-tree-lua
|
nvim-tree-lua
|
||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
@@ -318,7 +318,6 @@ in
|
|||||||
syntastic
|
syntastic
|
||||||
tabular
|
tabular
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
tokyonight-nvim
|
|
||||||
trouble-nvim
|
trouble-nvim
|
||||||
twilight-nvim
|
twilight-nvim
|
||||||
typescript-vim
|
typescript-vim
|
||||||
|
@@ -90,9 +90,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za",
|
|||||||
|
|
||||||
--Set colorscheme
|
--Set colorscheme
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.cmd[[colorscheme tokyonight]]
|
vim.cmd[[colorscheme gruvbox]]
|
||||||
vim.g.tokyonight_style = "night"
|
|
||||||
vim.g.tokyonight_italic_functions = true
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- LSP {{{1 -------------------------------------------------------------------
|
-- LSP {{{1 -------------------------------------------------------------------
|
||||||
@@ -124,7 +122,7 @@ require"gitlinker".setup()
|
|||||||
-- status line
|
-- status line
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
theme = 'tokyonight'
|
theme = 'gruvbox'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user