use noice instead of annoying vim-notify

This commit is contained in:
Thomas Ruoff
2023-05-09 21:06:09 +02:00
parent f73511b364
commit d208599ae4
2 changed files with 47 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
-- { 'j-hui/fidget.nvim', opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',
@@ -125,10 +125,11 @@ require('lazy').setup({
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
icons_enabled = true,
theme = 'onedark',
component_separators = '|',
section_separators = '',
global_status = true,
},
},
},