mirror of https://github.com/LazyVim/starter
Fix for issue 130 by fixing spelling mistake in line 9
parent
803bc181d7
commit
3fc2574037
|
@ -6,7 +6,7 @@ if true then return {} end
|
|||
--
|
||||
-- In your plugin files, you can:
|
||||
-- * add extra plugins
|
||||
-- * disable/enabled LazyVim plugins
|
||||
-- * disable/enable LazyVim plugins
|
||||
-- * override the configuration of LazyVim plugins
|
||||
return {
|
||||
-- add gruvbox
|
||||
|
|
Loading…
Reference in New Issue