From c4d050e99da5a10ebe83e9229dcbd2b21758f54d Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 5 Aug 2021 01:56:13 +0800 Subject: Use nvim-notify for showing messages --- lua/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 58e8b7d..ccc01af 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -95,6 +95,7 @@ require('packer').startup( use 'sainnhe/gruvbox-material' use 'shaunsingh/nord.nvim' use 'NTBBloodbath/doom-one.nvim' + -- colorful status line and theme use 'vim-airline/vim-airline-themes' use 'vim-airline/vim-airline' @@ -106,6 +107,9 @@ require('packer').startup( -- Highlight URLs inside vim use 'itchyny/vim-highlighturl' + -- notification plugin + use {'rcarriga/nvim-notify', config = 'vim.notify = require("notify")'} + -- For Windows and Mac, we can open an URL in the browser. For Linux, it may -- not be possible since we maybe in a server which disables GUI. if (vim.g.is_win == 1) or (vim.g.is_mac == 1) then -- cgit v1.2.3