feat: add elixir-ls to flake inputs

This commit is contained in:
NotAShelf 2023-04-15 12:43:39 +03:00
commit bbb58c8d51
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 31 additions and 0 deletions

View file

@ -92,22 +92,27 @@
url = "github:neovim/nvim-lspconfig";
flake = false;
};
lspsaga = {
url = "github:tami5/lspsaga.nvim";
flake = false;
};
lspkind = {
url = "github:onsails/lspkind-nvim";
flake = false;
};
trouble = {
url = "github:folke/trouble.nvim";
flake = false;
};
nvim-treesitter-context = {
url = "github:lewis6991/nvim-treesitter-context";
flake = false;
};
nvim-lightbulb = {
url = "github:kosayoda/nvim-lightbulb";
flake = false;
@ -117,18 +122,22 @@
url = "github:weilbith/nvim-code-action-menu";
flake = false;
};
lsp-signature = {
url = "github:ray-x/lsp_signature.nvim";
flake = false;
};
null-ls = {
url = "github:jose-elias-alvarez/null-ls.nvim";
flake = false;
};
sqls-nvim = {
url = "github:nanotee/sqls.nvim";
flake = false;
};
rust-tools = {
url = "github:simrat39/rust-tools.nvim";
flake = false;
@ -139,6 +148,11 @@
flake = false;
};
elixir-ls = {
url = "github:elixir-lsp/elixir-ls";
flake = false;
};
# Copying/Registers
registers = {
url = "github:tversteeg/registers.nvim";