merge latest kickstarter

This commit is contained in:
Gilad Sher 2025-03-09 12:31:22 -04:00
commit 2c4d4d33e5
No known key found for this signature in database
11 changed files with 252 additions and 130 deletions

View file

@ -1,6 +1,4 @@
return {
'windwp/nvim-ts-autotag',
config = function()
require('nvim-ts-autotag').setup()
end
opts = {},
}

View file

@ -1,6 +1,4 @@
return {
'norcalli/nvim-colorizer.lua',
config = function ()
require('colorizer').setup()
end
opts = {},
}

View file

@ -5,9 +5,7 @@ return {
'neovim/nvim-lspconfig',
'nvim-treesitter/nvim-treesitter',
},
config = function()
require('go').setup()
end,
opts = {},
event = { 'CmdlineEnter' },
ft = { 'go', 'gomod' },
build = ':lua require("go.install").update_all_sync()', -- if you need to install/update all binaries

View file

@ -2,7 +2,7 @@ return {
'smoka7/multicursors.nvim',
event = 'VeryLazy',
dependencies = {
'smoka7/hydra.nvim',
'nvimtools/hydra.nvim',
},
opts = {},
cmd = { 'MCstart', 'MCvisual', 'MCclear', 'MCpattern', 'MCvisualPattern', 'MCunderCursor' },