NVIM and passff
This commit is contained in:
parent
006767dcfc
commit
36dcafe7e4
|
@ -2,7 +2,16 @@ return {
|
|||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
{ 'nvim-telescope/telescope.nvim', tag = '0.1.5', dependencies = { 'nvim-lua/plenary.nvim' } },
|
||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
||||
{ "neovim/nvim-lspconfig" },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
init_options = {
|
||||
userLanguages = {
|
||||
eelixir = "html-eex",
|
||||
eruby = "erb",
|
||||
rust = "html",
|
||||
},
|
||||
},
|
||||
},
|
||||
{ 'hrsh7th/cmp-nvim-lsp' },
|
||||
{ 'hrsh7th/cmp-buffer' },
|
||||
{ 'hrsh7th/cmp-path' },
|
||||
|
|
Loading…
Reference in a new issue