From e17917bc840dc788491eb4acbd6133f8e48b40e7 Mon Sep 17 00:00:00 2001 From: g-erson Date: Sun, 11 Jun 2023 16:35:42 +0100 Subject: [PATCH] Added noice --- init.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.vim b/init.vim index ada05f2..04f160c 100644 --- a/init.vim +++ b/init.vim @@ -1,11 +1,11 @@ call plug#begin('~/.vim/plugged') -if exists('g:neovide') +"if exists('g:neovide') set guifont=LigaNovaMonoforwithligatures\ Nerd\ Font:h15 - "Plug 'folke/noice.nvim' "super slow + Plug 'folke/noice.nvim' "super slow Plug 'rcarriga/nvim-notify' "really slow -endif +"endif Plug 'nanozuki/tabby.nvim' Plug 'nvim-lualine/lualine.nvim' @@ -456,6 +456,6 @@ lua << END ) END "======================== Setup Noice in Neovide ========================== -if exists('g:neovide') - "lua require("noice").setup() -endif +"if exists('g:neovide') + lua require("noice").setup() +"endif