Compare commits

..

No commits in common. "a5ba01bde9b9897a345201354ba51ae9f1d6e464" and "0faed7d95edb1f95f8191d559002d5195ff7d0d5" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -14,8 +14,6 @@ return {
-- tmux & split window navigation
"christoomey/vim-tmux-navigator",
"hrsh7th/cmp-buffer", -- source for text in buffer
"hrsh7th/cmp-path", -- source for file system paths
"nvim-telescope/telescope-project.nvim",
@ -57,19 +55,4 @@ return {
version = "*",
config = true
},
"norcalli/nvim-colorizer.lua",
{
"neovim/nvim-lspconfig",
dependencies = {
{
"SmiteshP/nvim-navbuddy",
dependencies = {
"SmiteshP/nvim-navic",
"MunifTanjim/nui.nvim",
},
opts = { lsp = { auto_attach = true } },
},
},
},
}