Skip to content

Commit

Permalink
update flakes, add flake-parts, add vim-lspconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 11, 2024
1 parent 510d3d7 commit f4c4e4d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 15 deletions.
61 changes: 49 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
};

inputs = {

flake-parts.url = "github:hercules-ci/flake-parts";

# package repos
stable.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down
10 changes: 7 additions & 3 deletions modules/home-manager/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@
# share vim plugins since nothing is specific to nvim
plugins = with pkgs.vimPlugins; [
# basics
vim-sensible
vim-fugitive
vim-sandwich
vim-commentary

vim-fugitive
vim-nix

vim-sandwich
vim-sensible

# vim addon utilities
direnv-vim
ranger-vim
nvim-lspconfig
mason-lspconfig-nvim
];
extraConfig = ''
${config.lib.vimUtils.readVimConfig ./settings.lua}
Expand Down

0 comments on commit f4c4e4d

Please sign in to comment.