Added new plugins and themes
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
--- @type LazyPluginSpec[]
|
||||
return {
|
||||
{
|
||||
"chrisgrieser/nvim-scissors",
|
||||
dependencies = "nvim-telescope/telescope.nvim",
|
||||
config = function()
|
||||
local scissors = require("scissors")
|
||||
|
||||
scissors.setup({
|
||||
snippetDir = "~/.snippets/",
|
||||
editSnippetPopup = {
|
||||
keymaps = {
|
||||
deleteSnippet = "<C-d>",
|
||||
duplicateSnippet = "<C-y>",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"zeioth/garbage-day.nvim",
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"wakatime/vim-wakatime",
|
||||
name = "Wakatime",
|
||||
|
||||
Reference in New Issue
Block a user