[nvim] *Finally* fix the neorg branch name

This commit is contained in:
Alyxia Sother 2023-03-14 09:55:47 +01:00
parent f9c86ee14d
commit a040e3b5c3
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('xiyaowong/coc-nvim-lua')
call s:plug('alaviss/nim.nvim')
if has('unix')
call s:plug('nvim-neorg/neorg', { 'branch': 'unstable' }) " dependencies {{{
call s:plug('nvim-neorg/neorg') " dependencies {{{
call s:plug('nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' })
" }}}
endif