diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-06 23:59:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-06 23:59:21 +0200 |
| commit | 7d9fff34ac445f6c34711c5b62732ff8a9163237 (patch) | |
| tree | 045a41fd64e235bc7f5f53e20fde3f3d70ce4a1e /lua/plugins/colorscheme.lua | |
| parent | 5c8cb15da0051b5b611e9f3fbae31c75f6d7c970 (diff) | |
| download | dotfiles-7d9fff34ac445f6c34711c5b62732ff8a9163237.tar.gz dotfiles-7d9fff34ac445f6c34711c5b62732ff8a9163237.zip | |
Squashed '.config/nvim/' changes from f685617..52469dc
52469dc Add quick find config for picom.conf
cc4f467 Add fugitive keybindings
d72c76a Add toggleterm plugin to startup
8d9e922 Fixed toggleterm keybinding
fb6c013 Add toggleterm config
d1aeee3 Add toggleterm keybinding
2deaacc Add lazygit keybinding
bb8d70f Add toggleterm.nvim
7bc9135 Add lazygit.nvim
be1dfc8 Added fugitive.vim
40a6080 Changed colorscheme to doom-one
git-subtree-dir: .config/nvim
git-subtree-split: 52469dc5ef35b0c3166b8de29132577fda1bb0f6
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 1f76a40..6b4e6f9 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,6 +1,6 @@ -- Colorscheme -- ayu gruvbox molokai onedark srcery everblush vscode edge nightfly doom-one -local colorscheme = "onedark" +local colorscheme = "doom-one" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then vim.notify("colorscheme " .. colorscheme .. " not found!") |
