Compare commits
2 Commits
0faed7d95e
...
a5ba01bde9
Author | SHA1 | Date |
---|---|---|
|
a5ba01bde9 | |
|
57cf0fdb5d |
|
@ -14,6 +14,8 @@ 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",
|
||||||
|
|
||||||
|
@ -55,4 +57,19 @@ 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