completions!

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 13:54:57 -05:00
parent ccb3727d8f
commit 44fe840228
5 changed files with 131 additions and 10 deletions

View file

@ -63,6 +63,12 @@
"nvim_plugin-mfussenegger/nvim-lint" = nvim-lint;
"nvim_plugin-stevearc/conform.nvim" = conform-nvim;
"nvim_plugin-neovim/nvim-lspconfig" = nvim-lspconfig;
"nvim_plugin-hrsh7th/nvim-cmp" = nvim-cmp;
"nvim_plugin-L3MON4D3/LuaSnip" = luasnip;
"nvim_plugin-saadparwaiz1/cmp_luasnip" = cmp_luasnip;
"nvim_plugin-hrsh7th/cmp-nvim-lsp" = cmp-nvim-lsp;
"nvim_plugin-hrsh7th/cmp-path" = cmp-path;
"nvim_plugin-folke/neodev.nvim" = neodev-nvim;
};
# This will be how we put any nix related stuff into our lua config
luaNixGlobal = "NIX=" + lib.generators.toLua { multiline = false; indent = false; } ({
@ -96,6 +102,7 @@
# LSPs
lua-language-server
nodePackages.typescript-language-server
nodePackages.pyright
# curl # http requests TODO
# nodePackages.cspell TODO