From a040e3b5c395f5c4264c2c64503a0731ab65857b Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 14 Mar 2023 09:55:47 +0100 Subject: [PATCH] [nvim] *Finally* fix the neorg branch name --- nvim/dotfiles/plugins-list.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index 4035af0..87965af 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -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