feat: change colorscheme
This commit is contained in:
@ -41,7 +41,10 @@ return {
|
|||||||
-- Individual plugins (colorschemes)
|
-- Individual plugins (colorschemes)
|
||||||
{ import = "astrocommunity.colorscheme.vscode-nvim" },
|
{ import = "astrocommunity.colorscheme.vscode-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
||||||
-- { import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
{ import = "astrocommunity.colorscheme.onedarkpro-nvim" },
|
||||||
|
{ import = "astrocommunity.colorscheme.tokyonight-nvim" },
|
||||||
|
{ import = "astrocommunity.colorscheme.tokyodark-nvim" },
|
||||||
|
{ import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.nord-nvim" },
|
{ import = "astrocommunity.colorscheme.nord-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.nordic-nvim" },
|
{ import = "astrocommunity.colorscheme.nordic-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.iceberg-vim" },
|
{ import = "astrocommunity.colorscheme.iceberg-vim" },
|
||||||
|
@ -11,7 +11,9 @@ require("custom.filetypes")
|
|||||||
--- Remove some mappings in terminal mode
|
--- Remove some mappings in terminal mode
|
||||||
--- that should have been set by other plugins
|
--- that should have been set by other plugins
|
||||||
--- but that are very annoying
|
--- but that are very annoying
|
||||||
|
--- (maybe related to the smart-splits plugin)
|
||||||
vim.keymap.del("t", "<C-l>") -- INFO: Clear the terminal
|
vim.keymap.del("t", "<C-l>") -- INFO: Clear the terminal
|
||||||
vim.keymap.del("t", "<C-j>") -- INFO: Move a commit up/down in LazyGit
|
vim.keymap.del("t", "<C-j>") -- INFO: Move a commit up/down in LazyGit
|
||||||
vim.keymap.del("t", "<C-k>") -- INFO: Move a commit up/down in LazyGit
|
vim.keymap.del("t", "<C-k>") -- INFO: Move a commit up/down in LazyGit
|
||||||
--- NOTE: : Maybe related to the smart-splits plugin
|
|
||||||
|
vim.cmd("colorscheme tokyonight")
|
||||||
|
Reference in New Issue
Block a user