Skip to content

Commit

Permalink
chore: flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Dec 4, 2024
1 parent e7ce640 commit 7976dc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion config/alpha.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
plugins.alpha = {
enable = true;
iconsEnabled = true;
layout = [
{
type = "padding";
Expand Down
8 changes: 4 additions & 4 deletions config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
gopls.enable = true;
html.enable = true;
jsonls.enable = true;
lua-ls.enable = true;
lua_ls.enable = true;
# nixd.enable = true;
nil-ls.enable = true;
ruff-lsp.enable = true;
rust-analyzer = {
nil_ls.enable = true;
ruff_lsp.enable = true;
rust_analyzer = {
enable = true;
installCargo = true;
installRustc = true;
Expand Down
2 changes: 1 addition & 1 deletion config/luasnip.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }: {
plugins.luasnip = {
enable = true;
extraConfig = {
settings = {
enable_autosnippets = true;
store_selection_keys = "<Tab>";
};
Expand Down
1 change: 1 addition & 0 deletions config/telescope.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
plugins.web-devicons.enable = true;
plugins.telescope = {
enable = true;
};
Expand Down

0 comments on commit 7976dc7

Please sign in to comment.