diff --git a/.luarc.json b/.luarc.json index f2fe37f..8c6b60a 100644 --- a/.luarc.json +++ b/.luarc.json @@ -79,4 +79,4 @@ "${3rd}/luv/library", "${3rd}/luassert/library" ] -} \ No newline at end of file +} diff --git a/nvim/m-housh/lua/user/plugins.lua b/nvim/m-housh/lua/user/plugins.lua index 2fcf42b..b8f79d2 100755 --- a/nvim/m-housh/lua/user/plugins.lua +++ b/nvim/m-housh/lua/user/plugins.lua @@ -61,5 +61,12 @@ require("lazy").setup({ }, { import = 'user.plugin.todo-comments' }, { "NoahTheDuke/vim-just", ft = { "just" } }, + { + 'chipsenkbeil/distant.nvim', + branch = 'v0.3', + config = function() + require('distant'):setup() + end + }, })