chore(plugins): clean up
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
opts = {
|
||||
--ignore empty lines
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"wellle/context.vim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
init = function()
|
||||
vim.g.context_enabled = true
|
||||
|
||||
@@ -10,7 +10,6 @@ end
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"tpope/vim-fugitive",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
---@type LazyKeysSpec[]
|
||||
keys = {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"lewis6991/gitsigns.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
opts = {
|
||||
on_attach = function(bufnr)
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
config = function()
|
||||
local custom_moonfly = require("lualine.themes.moonfly")
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
config = true,
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ return {
|
||||
stages = "static",
|
||||
},
|
||||
config = function(_, opts)
|
||||
---@type notify
|
||||
vim.notify = require("notify")
|
||||
vim.notify.setup(opts)
|
||||
end,
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
-- https://github.com/nvim-treesitter/nvim-treesitter
|
||||
|
||||
---@type LazyPluginSpec[]
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
@@ -46,5 +44,4 @@ return {
|
||||
-- uncomment the line below:
|
||||
-- vim.highlight.priorities.semantic_tokens = 99
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"simeji/winresizer",
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ "<C-W>r", vim.cmd.WinResizerStartResize, mode = "n" },
|
||||
},
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"sindrets/winshift.nvim",
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ "<C-W>m", vim.cmd.WinShift, mode = "n" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user