mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): lsp border, discord presence
This commit is contained in:
parent
83365e0565
commit
0245e8a680
5 changed files with 83 additions and 13 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue