Skip to content

Commit

Permalink
Added noice
Browse files Browse the repository at this point in the history
  • Loading branch information
g-erson committed Jun 11, 2023
1 parent 1da922f commit e17917b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions init.vim
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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

0 comments on commit e17917b

Please sign in to comment.