Update settings

This commit is contained in:
Saeed Afzal
2024-04-12 23:54:07 +01:00
parent 088c1e113d
commit 100ea186dd
20 changed files with 128 additions and 814 deletions

View File

@@ -1,61 +1,13 @@
return {
"LunarVim/bigfile.nvim",
"wakatime/vim-wakatime",
"j-morano/buffer_manager.nvim",
"rcarriga/nvim-notify",
-- NOTE: Plugins
{
"lukas-reineke/indent-blankline.nvim",
event = "BufEnter",
main = "ibl",
config = true
},
{
"lewis6991/gitsigns.nvim",
event = "BufEnter",
config = true
},
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
"nvim-telescope/telescope.nvim"
},
config = true
},
-- NOTE: LSP
{
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true
},
{
"ray-x/lsp_signature.nvim",
dependencies = "neovim/nvim-lspconfig",
config = true
},
{
"numToStr/Comment.nvim",
"folke/tokyonight.nvim",
lazy = false,
config = true
},
-- NOTE: Flutter
{
"akinsho/flutter-tools.nvim",
lazy = false,
dependencies = {
"nvim-lua/plenary.nvim",
"stevearc/dressing.nvim"
},
config = true
priority = 1000,
opts = {
style = "night",
transparent = true
}
}
}