Skip to content

Commit b98a370

Browse files
committed
Changing color scheme
1 parent 52730ba commit b98a370

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

init.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ require('lazy').setup({
327327
-- Useful status updates for LSP.
328328
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
329329
{ 'j-hui/fidget.nvim', opts = {} },
330-
331-
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
332-
-- used for completion, annotations and signatures of Neovim apis
333-
{ 'folke/neodev.nvim', opts = {} },
334330
},
335331
config = function()
336332
-- Brief aside: **What is LSP?**
@@ -740,7 +736,7 @@ require('lazy').setup({
740736
-- Load the colorscheme here.
741737
-- Like many other themes, this one has different styles, and you could load
742738
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
743-
vim.cmd.colorscheme 'retrobox'
739+
vim.cmd.colorscheme 'tokyonight-moon'
744740

745741
-- You can configure highlights by doing something like:
746742
vim.cmd.hi 'Comment gui=none'

0 commit comments

Comments
 (0)