ソースを参照

install nvim_utils for later

Chris 4 年 前
コミット
759a20ae89
1 ファイル変更3 行追加0 行削除
  1. 3 0
      lua/plugins.lua

+ 3 - 0
lua/plugins.lua

@@ -17,6 +17,9 @@ return require('packer').startup(function()
   -- Information
   use 'nanotee/nvim-lua-guide'
 
+  -- Quality of life improvements
+  use 'norcalli/nvim_utils'
+
   -- LSP
   use 'neovim/nvim-lspconfig'
   use 'glepnir/lspsaga.nvim'