chore(neovim): add variants for monoglow
colorscheme
This commit is contained in:
parent
e682e8f3ac
commit
89e61f30da
@ -1,5 +1,5 @@
|
|||||||
diff --git a/init.lua b/init.lua
|
diff --git a/init.lua b/init.lua
|
||||||
index 4eae8e7..8331cde 100644
|
index 4eae8e7..b9f7554 100644
|
||||||
--- a/init.lua
|
--- a/init.lua
|
||||||
+++ b/init.lua
|
+++ b/init.lua
|
||||||
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
|
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
|
||||||
@ -134,7 +134,7 @@ index 4eae8e7..8331cde 100644
|
|||||||
require('lspconfig')[server_name].setup(server)
|
require('lspconfig')[server_name].setup(server)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
@@ -844,12 +926,17 @@ require('lazy').setup({
|
@@ -844,12 +926,19 @@ require('lazy').setup({
|
||||||
--
|
--
|
||||||
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
||||||
'folke/tokyonight.nvim',
|
'folke/tokyonight.nvim',
|
||||||
@ -148,12 +148,14 @@ index 4eae8e7..8331cde 100644
|
|||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
- vim.cmd.colorscheme 'tokyonight-night'
|
- vim.cmd.colorscheme 'tokyonight-night'
|
||||||
|
+ -- For monoglow the following variants area available:
|
||||||
|
+ -- 'monoglow-z', 'monoglow-lack', or 'monoglow-void'.
|
||||||
+ -- vim.cmd.colorscheme 'tokyonight-night'
|
+ -- vim.cmd.colorscheme 'tokyonight-night'
|
||||||
+ vim.cmd.colorscheme 'ash'
|
+ vim.cmd.colorscheme 'ash'
|
||||||
|
|
||||||
-- You can configure highlights by doing something like:
|
-- You can configure highlights by doing something like:
|
||||||
vim.cmd.hi 'Comment gui=none'
|
vim.cmd.hi 'Comment gui=none'
|
||||||
@@ -902,7 +989,39 @@ require('lazy').setup({
|
@@ -902,7 +991,39 @@ require('lazy').setup({
|
||||||
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
|
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
|
||||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||||
opts = {
|
opts = {
|
||||||
@ -194,7 +196,7 @@ index 4eae8e7..8331cde 100644
|
|||||||
-- Autoinstall languages that are not installed
|
-- Autoinstall languages that are not installed
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
highlight = {
|
highlight = {
|
||||||
@@ -932,17 +1051,17 @@ require('lazy').setup({
|
@@ -932,17 +1053,17 @@ require('lazy').setup({
|
||||||
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
|
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
|
||||||
--
|
--
|
||||||
-- require 'kickstart.plugins.debug',
|
-- require 'kickstart.plugins.debug',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user