add proper lsp support for nvim
This commit is contained in:
parent
5f9abcb29a
commit
4e1fba9299
3 changed files with 72 additions and 3 deletions
|
@ -1,7 +1,14 @@
|
|||
-- Telescope, and other file picker-related plugins
|
||||
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
config = function()
|
||||
local telescope = require("telescope")
|
||||
telescope.setup()
|
||||
telescope.load_extension("chezmoi")
|
||||
end
|
||||
},
|
||||
{
|
||||
"xvzc/chezmoi.nvim",
|
||||
config = function()
|
||||
|
@ -19,5 +26,5 @@ return {
|
|||
})
|
||||
}
|
||||
end
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue