Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 25, 2024
1 parent 70fdd26 commit 21a84be
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
38 changes: 38 additions & 0 deletions .config/nix/modules/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,44 @@
};
programs.gh-dash = {
enable = true;
settings = {
issuesSections = [
{
title = "Issues";
filters = "is:open author:@me";
}
{
title = "Assigned";
filters = "is:open assignee:@me";
}
{
title = "Involved";
filters = "is:open involves:@me -author:@me";
}
{
title = "Wevm";
filters = "is:open org:wevm";
}
];
prSections = [
{
title = "Pull Requests";
filters = "is:open author:@me";
}
{
title = "Review Requested";
filters = "is:open review-requested:@me";
}
{
title = "Involved";
filters = "is:open involves:@me -author:@me";
}
{
title = "Wevm";
filters = "is:open org:wevm";
}
];
};
};
programs.home-manager.enable = true;

Expand Down
15 changes: 14 additions & 1 deletion .config/nvim/TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# TODO

seperate repo for dotfiles (remove bare git repo)
nvim comments https://github.com/folke/ts-comments.nvim

neotest
update plugins
yank color
syntax groups flash when loading files

emmet plugin
elixir inlay hints
gx vim.ui.open()

switch to default nvim keymaps

indent text object
nix
noice popupmenu background

## Plugins
Expand Down
2 changes: 2 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ require("lazy").setup({
config = function()
-- Replace with builtin commenting
-- https://gpanders.com/blog/whats-new-in-neovim-0.10/#builtin-commenting
-- https://github.com/folke/ts-comments.nvim
require("mini.comment").setup({
options = {
custom_commentstring = function()
Expand Down Expand Up @@ -667,6 +668,7 @@ require("lazy").setup({
"nvim-neotest/neotest",
dependencies = {
"antoinemadec/FixCursorHold.nvim",
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
-- adapters
Expand Down
7 changes: 4 additions & 3 deletions .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
"mini.bufremove": { "branch": "main", "commit": "020243bfed8c8b941f2c20626faf3ea39c0c0e1b" },
"mini.nvim": { "branch": "main", "commit": "910e49d2d45e9d32c815d16cce6cea7c3b43cecf" },
"neo-tree.nvim": { "branch": "v2.x", "commit": "80dc74d081823649809f78370fa5b204aa9a853a" },
"neotest": { "branch": "master", "commit": "73043d666780e35185a77589e01bec96a52db910" },
"neotest": { "branch": "master", "commit": "5caac5cc235d495a2382bc2980630ef36ac87032" },
"neotest-elixir": { "branch": "master", "commit": "3117ca5442c02998847131c39551b76a6ceac9d7" },
"neotest-vitest": { "branch": "main", "commit": "87e91bfd9419a8c74bf0d105e2ae31b9692daf0b" },
"neotest-vitest": { "branch": "main", "commit": "6965a714793d9d156dadbe734c99b3a307f65c61" },
"noice.nvim": { "branch": "main", "commit": "9f6f6ba74f8bfbf7e43d6302cf86b070362f6203" },
"none-ls.nvim": { "branch": "main", "commit": "e64f03f3f77bd6854c3b3c5cfffcc806a0c0f66a" },
"nui.nvim": { "branch": "main", "commit": "35da9ca1de0fc4dda96c2e214d93d363c145f418" },
"nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" },
"nvim-lastplace": { "branch": "main", "commit": "0bb6103c506315044872e0f84b1f736c4172bb20" },
"nvim-nio": { "branch": "master", "commit": "8765cbc4d0c629c8158a5341e1b4305fd93c3a90" },
"nvim-treesitter": { "branch": "master", "commit": "4a4dbe1cb1da34d87fc42a40aaf8e218af4cfe0f" },
"nvim-ts-autotag": { "branch": "main", "commit": "8515e48a277a2f4947d91004d9aa92c29fdc5e18" },
"nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" },
"nvim-ufo": { "branch": "main", "commit": "4b4077850d1b3af09f4957b67144943cf3da401a" },
"nvim-web-devicons": { "branch": "master", "commit": "140edfcf25093e8b321d13e154cbce89ee868ca0" },
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
"plenary.nvim": { "branch": "master", "commit": "b5c8de02a44ffeabff678090edd6a132ff8ab77d" },
"popup.nvim": { "branch": "master", "commit": "b7404d35d5d3548a82149238289fa71f7f6de4ac" },
"promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" },
"rust-tools.nvim": { "branch": "master", "commit": "676187908a1ce35ffcd727c654ed68d851299d3e" },
Expand Down

0 comments on commit 21a84be

Please sign in to comment.