feat(nvim): final simplication;
This commit is contained in:
parent
6f664a27bd
commit
060cb3d7a8
19 changed files with 46 additions and 163 deletions
|
|
@ -1,7 +1,7 @@
|
|||
vim.pack.add({
|
||||
{ src = 'https://github.com/tpope/vim-fugitive', load = false },
|
||||
{ src = 'https://github.com/lewis6991/gitsigns.nvim', load = false },
|
||||
})
|
||||
'https://github.com/tpope/vim-fugitive',
|
||||
'https://github.com/lewis6991/gitsigns.nvim',
|
||||
}, { load = function() end })
|
||||
|
||||
---@return string
|
||||
local function file_loc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue