21 lines
410 B
Lua
21 lines
410 B
Lua
return {
|
|
-- You can also add new plugins here as well:
|
|
-- Add plugins, the lazy syntax
|
|
-- "andweeb/presence.nvim",
|
|
-- {
|
|
-- "ray-x/lsp_signature.nvim",
|
|
-- event = "BufRead",
|
|
-- config = function()
|
|
-- require("lsp_signature").setup()
|
|
-- end,
|
|
{
|
|
'chipsenkbeil/distant.nvim',
|
|
branch = 'v0.3',
|
|
config = function()
|
|
require('distant'):setup()
|
|
end
|
|
},
|
|
|
|
-- },
|
|
}
|