Compare commits
No commits in common. "a5ba01bde9b9897a345201354ba51ae9f1d6e464" and "0faed7d95edb1f95f8191d559002d5195ff7d0d5" have entirely different histories.
a5ba01bde9
...
0faed7d95e
|
@ -14,8 +14,6 @@ return {
|
||||||
-- tmux & split window navigation
|
-- tmux & split window navigation
|
||||||
"christoomey/vim-tmux-navigator",
|
"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",
|
"nvim-telescope/telescope-project.nvim",
|
||||||
|
|
||||||
|
@ -57,19 +55,4 @@ return {
|
||||||
version = "*",
|
version = "*",
|
||||||
config = true
|
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 } },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue