Skip to content

Commit

Permalink
Add pgsql.vim plugin to neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfmaster committed Oct 15, 2023
1 parent 3d30d44 commit e4948d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions profiles/hm/languages/sql/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs, ... }:

{
home.packages = [ pkgs.postgresql ];
programs.nixvim = {
extraPlugins = [ pkgs.vimPlugins.pgsql-vim ];
};
}
1 change: 1 addition & 0 deletions profiles/nixos/users/luc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
python3.enable = true;
ruby.enable = true;
rust.enable = true;
sql.enable = true;
tools.enable = true;
why3.enable = true;
};
Expand Down

0 comments on commit e4948d3

Please sign in to comment.