Minimize the config even more.
This commit is contained in:
parent
977a474ee8
commit
2ffb9926a5
8 changed files with 2 additions and 165 deletions
|
@ -38,18 +38,12 @@ require("lazy").setup({
|
|||
{ "L3MON4D3/LuaSnip" },
|
||||
{ "rafamadriz/friendly-snippets" },
|
||||
|
||||
-- Nice lsp info
|
||||
{ "j-hui/fidget.nvim", opts = {} },
|
||||
|
||||
-- Additional neovim docs
|
||||
"folke/neodev.nvim",
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
|
||||
-- Emacs which key but in a much nicer form
|
||||
{ "folke/which-key.nvim", opts = {}, event = "VeryLazy" },
|
||||
|
||||
{
|
||||
-- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||
"lewis6991/gitsigns.nvim",
|
||||
|
@ -62,30 +56,8 @@ require("lazy").setup({
|
|||
priority = 1000,
|
||||
},
|
||||
|
||||
{
|
||||
-- Set lualine as statusline
|
||||
"nvim-lualine/lualine.nvim",
|
||||
-- See `:help lualine.txt`
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = "catppuccin",
|
||||
component_separators = "|",
|
||||
section_separators = "",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
-- show indent line
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
},
|
||||
|
||||
-- highlight indentscope
|
||||
"echasnovski/mini.indentscope",
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ "numToStr/Comment.nvim", opts = {}, event = "VeryLazy" },
|
||||
{ "numToStr/Comment.nvim", opts = {}},
|
||||
|
||||
-- Fuzzy Finder (files, lsp, etc)
|
||||
{
|
||||
|
@ -119,23 +91,14 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
|
||||
{
|
||||
"stevearc/dressing.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
input = { default_prompt = "➤ " },
|
||||
select = { backend = { "telescope", "builtin" } },
|
||||
},
|
||||
},
|
||||
|
||||
-- nice tmux integration
|
||||
"christoomey/vim-tmux-navigator",
|
||||
|
||||
-- smart autopairs
|
||||
"windwp/nvim-autopairs",
|
||||
|
||||
{
|
||||
-- nicer notification's
|
||||
"rcarriga/nvim-notify",
|
||||
|
@ -144,9 +107,6 @@ require("lazy").setup({
|
|||
end,
|
||||
},
|
||||
|
||||
-- markdown editing super powered
|
||||
"jakewvincent/mkdnflow.nvim",
|
||||
|
||||
-- additional formater support
|
||||
"stevearc/conform.nvim",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue