mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): added diffview
This commit is contained in:
parent
c98b3662a2
commit
c3c764f31b
6 changed files with 216 additions and 3 deletions
|
|
@ -30,6 +30,8 @@ require "packer".startup(function(use)
|
|||
use "lukoshkin/trailing-whitespace"
|
||||
-- Status bar
|
||||
use "nvim-lualine/lualine.nvim"
|
||||
-- Diff tool
|
||||
use { "sindrets/diffview.nvim", requires = "nvim-lua/plenary.nvim" }
|
||||
-- Auto config tabsize
|
||||
use "tpope/vim-sleuth"
|
||||
-- Discord presence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue