File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments