Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 21, 2024
1 parent 14f605b commit 98a45cf
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/common.nix
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@
efibootmgr
e2fsprogs.bin

warp

android-tools
];

Original file line number Diff line number Diff line change
@@ -81,7 +81,12 @@ cmp.setup {
-- If no completions from {1}, try {2}
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "async_path", option = { trailing_slash = true } },
{
name = "async_path",
option = {
trailing_slash = true,
},
},
{ name = "orgmode" },
}, {
--
@@ -102,6 +107,11 @@ cmp.setup.cmdline(":", {
},
},
}, {
{ name = "async_path" },
{
name = "async_path",
option = {
trailing_slash = true,
},
},
}),
})
1 change: 1 addition & 0 deletions packages/env/default.nix
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@
difftastic,
elfutils-cli,
lurk,
fq,
} @ args:
symlinkJoin {
name = "env";

0 comments on commit 98a45cf

Please sign in to comment.