mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 15:39:24 +00:00
[neovim] Reorganize lua packages
This commit is contained in:
8
.config/nvim/lua/plugins/diffview.lua
Normal file
8
.config/nvim/lua/plugins/diffview.lua
Normal file
@ -0,0 +1,8 @@
|
||||
local status_ok, diffview = pcall(require, "diffview")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
diffview.setup({})
|
||||
|
||||
vim.opt.fillchars = "diff: "
|
Reference in New Issue
Block a user