fix: username updated
This commit is contained in:
parent
95f377b8df
commit
593ae1bc21
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Install with any package manager of your choice. For example, with
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
'barrett-ruth/midnight.nvim',
|
'barrettruth/midnight.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme('midnight')
|
vim.cmd.colorscheme('midnight')
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ INSTALLATION *midnight-installation*
|
||||||
|
|
||||||
>lua
|
>lua
|
||||||
{
|
{
|
||||||
'barrett-ruth/midnight.nvim',
|
'barrettruth/midnight.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme('midnight')
|
vim.cmd.colorscheme('midnight')
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ rockspec_format = '3.0'
|
||||||
package = 'midnight.nvim'
|
package = 'midnight.nvim'
|
||||||
version = 'scm-1'
|
version = 'scm-1'
|
||||||
|
|
||||||
source = { url = 'git://github.com/barrett-ruth/midnight.nvim' }
|
source = { url = 'git://github.com/barrettruth/midnight.nvim' }
|
||||||
build = { type = 'builtin' }
|
build = { type = 'builtin' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue