From 5a5386737eced9a0dde391a64417a34b5f6da530 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Tue, 6 Jan 2026 08:37:38 -0600 Subject: [PATCH] fix: Adding alias for the todo list and the clangd LSP config file. --- nvim/after/lsp/clangd.lua | 0 zshrc | 1 + 2 files changed, 1 insertion(+) create mode 100644 nvim/after/lsp/clangd.lua diff --git a/nvim/after/lsp/clangd.lua b/nvim/after/lsp/clangd.lua new file mode 100644 index 0000000..e69de29 diff --git a/zshrc b/zshrc index 9b9c096..c8b53e4 100644 --- a/zshrc +++ b/zshrc @@ -124,6 +124,7 @@ alias du="du -h -d 1" # Always use human readable format and only for the curren alias k="killall" # Quick killall alias p="ps aux | grep $1" # Quick alias v="$EDITOR" # Just open the usual editor +alias todo="nvim ~/.zettelkasten/TODO.md" ### Environment specific include files include_files=(