mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-07 15:38:41 +00:00
More languages, clean up keybinds (#44)
This commit is contained in:
@@ -166,6 +166,16 @@
|
||||
in {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.nvim-lightbulb;
|
||||
type = "lua";
|
||||
config = builtins.readFile ./nvim/nvim-lightbulb.lua;
|
||||
}
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.lean-nvim;
|
||||
type = "lua";
|
||||
config = builtins.readFile ./nvim/lean.lua;
|
||||
}
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.which-key-nvim;
|
||||
type = "lua";
|
||||
@@ -284,7 +294,12 @@
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
nixpkgs.nodePackages_latest.dockerfile-language-server-nodejs
|
||||
nixpkgs.nodePackages_latest.bash-language-server
|
||||
nixpkgs.nodePackages_latest.vscode-json-languageserver
|
||||
nixpkgs.nodePackages_latest.vscode-langservers-extracted
|
||||
nixpkgs.hadolint
|
||||
nixpkgs.ltex-ls
|
||||
nixpkgs.yaml-language-server
|
||||
nixpkgs.csharp-ls
|
||||
nixpkgs.netcoredbg
|
||||
|
Reference in New Issue
Block a user