more settings
This commit is contained in:
@@ -2,4 +2,16 @@
|
||||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
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" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user