mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 16:59:26 +00:00
[neovim] Reorganize lua packages
This commit is contained in:
6
.config/nvim/lua/plugins/trouble.lua
Normal file
6
.config/nvim/lua/plugins/trouble.lua
Normal file
@ -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