mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Switch back to nixos-unstable with nvidia_legacy470 and hardened kernel
This commit is contained in:
@@ -11,16 +11,16 @@ let
|
||||
sha256 = "sha256-FDeyGH5OPAYV7zePCfDujsj+nGd5AFnqySPStJYEY2E=";
|
||||
};
|
||||
};
|
||||
# hound-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||
# name = "hound-nvim";
|
||||
# nativeBuildInputs = with pkgs; [ lua53Packages.luacheck ];
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "davegallant";
|
||||
# repo = "hound.nvim";
|
||||
# rev = "e85ba4f65ece79fe6332d8a0ccc594a0d367f4ed";
|
||||
# sha256 = "sha256-fxPtixVB6dVjrxpJ1oP+eA00JSiKxWuii8pMxVeuyMY=";
|
||||
# };
|
||||
# };
|
||||
hound-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "hound-nvim";
|
||||
nativeBuildInputs = with pkgs; [ lua53Packages.luacheck stylua ];
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "davegallant";
|
||||
repo = "hound.nvim";
|
||||
rev = "e85ba4f65ece79fe6332d8a0ccc594a0d367f4ed";
|
||||
sha256 = "sha256-fxPtixVB6dVjrxpJ1oP+eA00JSiKxWuii8pMxVeuyMY=";
|
||||
};
|
||||
};
|
||||
inherit (pkgs) stdenv;
|
||||
in
|
||||
{
|
||||
@@ -320,10 +320,10 @@ in
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
completion-nvim
|
||||
git-blame-nvim
|
||||
# gitlinker-nvim # not in 21.05
|
||||
gitlinker-nvim
|
||||
glow-nvim
|
||||
gruvbox-nvim
|
||||
# hound-nvim
|
||||
hound-nvim
|
||||
lualine-nvim
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
|
@@ -106,7 +106,7 @@ require("lspconfig").gopls.setup({})
|
||||
require("lspconfig").pyright.setup({})
|
||||
require("lspconfig").rls.setup({})
|
||||
require("lspconfig").rnix.setup({})
|
||||
-- require("lspconfig").solargraph.setup({}) # not in 21.05
|
||||
require("lspconfig").solargraph.setup({})
|
||||
require("lspconfig").terraformls.setup({})
|
||||
require("lspconfig").tflint.setup({})
|
||||
require("lspconfig").yamlls.setup({})
|
||||
@@ -129,7 +129,7 @@ end)
|
||||
-- Plugins {{{1 ---------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------
|
||||
-- gitlinker
|
||||
-- require("gitlinker").setup()
|
||||
require("gitlinker").setup()
|
||||
|
||||
-- status line
|
||||
require("lualine").setup({
|
||||
|
Reference in New Issue
Block a user