From: Stefan Huber Date: Fri, 9 Aug 2024 07:57:41 +0000 (+0200) Subject: plugins: meson and others require nvim-0.8 X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=ed65516f1fe3d5da8d684cc552517a2238fd2a74;p=vimconf.git plugins: meson and others require nvim-0.8 --- diff --git a/plugins-full.vim.example b/plugins-full.vim.example index 31c4001..5fdf935 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -12,7 +12,7 @@ if has('nvim-0.5') Plug 'robitx/gp.nvim' endif -if has('nvim-0.7') +if has('nvim-0.8') Plug 'williamboman/mason.nvim' Plug 'neovim/nvim-lspconfig' Plug 'williamboman/mason-lspconfig.nvim' @@ -196,7 +196,7 @@ EOF set foldexpr=nvim_treesitter#foldexpr() endif - if has('nvim-0.7') + if has('nvim-0.8') lua <