add(nvim): lsp border, discord presence

This commit is contained in:
Léana 江 2023-03-07 19:09:14 +01:00
parent 83365e0565
commit 0245e8a680
5 changed files with 83 additions and 13 deletions

View file

@ -35,6 +35,12 @@ require "packer".startup(function(use)
-- File manager panel
-- use "nvim-tree/nvim-tree.lua"
-- Auto config tabsize
use "tpope/vim-sleuth"
-- Discord presence
use "andweeb/presence.nvim"
-- Auto-pair parentheses and more
use "windwp/nvim-autopairs"