Files
dotfiles/.config/nvim/lua/plugins/core.lua
T

14 lines
383 B
Lua

return {
{ "nvim-lua/plenary.nvim", lazy = true },
{ "folke/which-key.nvim", event = "VeryLazy", opts = {} },
{ "numToStr/Comment.nvim", event = "VeryLazy", opts = {} },
{ "kylechui/nvim-surround", event = "VeryLazy", opts = {} },
{ "windwp/nvim-autopairs", event = "InsertEnter", opts = {} },
{ "wakatime/vim-wakatime", lazy = false },
}