18 lines
626 B
Lua
18 lines
626 B
Lua
-- You can add your own plugins here or in other files in this directory!
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
--
|
|
-- See the kickstart.nvim README for more information
|
|
return {
|
|
-- add, delete, change surroundings it's awesome
|
|
"tpope/vim-surround",
|
|
-- -- commenting with gc
|
|
"numToStr/Comment.nvim",
|
|
|
|
"arkav/lualine-lsp-progress",
|
|
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
|
|
"nvim-telescope/telescope-project.nvim",
|
|
"catppuccin/nvim",
|
|
as = "catppuccin",
|
|
{ "startup-nvim/startup.nvim", dependencies = "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" },
|
|
}
|