merge latest kickstarter
This commit is contained in:
commit
2c4d4d33e5
11 changed files with 252 additions and 130 deletions
|
|
@ -1,6 +1,4 @@
|
|||
return {
|
||||
'windwp/nvim-ts-autotag',
|
||||
config = function()
|
||||
require('nvim-ts-autotag').setup()
|
||||
end
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
return {
|
||||
'norcalli/nvim-colorizer.lua',
|
||||
config = function ()
|
||||
require('colorizer').setup()
|
||||
end
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue