From 6af4b5089b4a85bd4791d0a19fc4e1853aaf7888 Mon Sep 17 00:00:00 2001 From: Matias Larre Borges Date: Fri, 16 Sep 2022 10:59:17 -0400 Subject: [PATCH] Prefer git as the source to install treesitter parsers --- nvim/conf/30-options.vim | 2 +- nvim/conf/50-treesitter.vim | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nvim/conf/30-options.vim b/nvim/conf/30-options.vim index 61ec1d4..0581f42 100644 --- a/nvim/conf/30-options.vim +++ b/nvim/conf/30-options.vim @@ -5,7 +5,7 @@ set noshowmode " No need to repeat the mode in the command set pumblend=20 " Transparent popup-menu set wildoptions=pum " Use pum for the wildmenu set selection=old -set nowrap +set wrap set foldmethod=syntax set foldenable set foldlevelstart=10 " Only fold nested stuff diff --git a/nvim/conf/50-treesitter.vim b/nvim/conf/50-treesitter.vim index 83396ed..bf18e25 100644 --- a/nvim/conf/50-treesitter.vim +++ b/nvim/conf/50-treesitter.vim @@ -1,9 +1,10 @@ lua <