mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-06-17 09:29:28 +00:00
[neovim] Reorganize lua packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
local status_ok, trouble = pcall(require, "trouble")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
trouble.setup({})
|
||||
Reference in New Issue
Block a user