all repos

init.lua @ 1cb65edeb2c65fb4fb083d37988b6ed43abc943e

my nvim config
1 files changed, 8 insertions(+), 0 deletions(-)
added lua-dev plugin
Author: neoteny ss2316544@gmail.com
Committed at: 2021-12-10 20:19:28 +0200
Parent: 1a05162
M lua/plugin.lua

@@ -88,6 +88,14 @@ end,

} use { + "folke/lua-dev.nvim", + ft = "lua", + config = function() + require("lua-dev").setup() + end, + } + + use { "hrsh7th/nvim-cmp", event = "InsertEnter", requires = {