fix: remove dev load
This commit is contained in:
@@ -2,7 +2,6 @@ return {
|
|||||||
'triimdev/invero.nvim',
|
'triimdev/invero.nvim',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
dev = true,
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_create_user_command('ReloadInvero', function()
|
vim.api.nvim_create_user_command('ReloadInvero', function()
|
||||||
require('invero').invalidate_cache()
|
require('invero').invalidate_cache()
|
||||||
|
|||||||
@@ -47,9 +47,8 @@ local function my_on_attach(bufnr)
|
|||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'nvim-tree/nvim-tree.lua',
|
'https://gitea.tomastm.com/tomas.mirchev/nvim-tree.lua',
|
||||||
version = '*',
|
version = '*',
|
||||||
dev = true,
|
|
||||||
opts = {
|
opts = {
|
||||||
on_attach = my_on_attach,
|
on_attach = my_on_attach,
|
||||||
view = { signcolumn = 'no' },
|
view = { signcolumn = 'no' },
|
||||||
|
|||||||
Reference in New Issue
Block a user