summaryrefslogtreecommitdiff
path: root/.config/nvim/after
Commit message (Expand)AuthorAgeFilesLines
* nvim: Set C tab widthThomas Voss 2023-12-101-1/+1
* nvim: Use 4 column tabs in CThomas Voss 2023-12-081-1/+1
* nvim: Add treesitter-contextThomas Voss 2023-12-061-0/+7
* nvim: Set commentstring for EBNFThomas Voss 2023-11-251-0/+1
* nvim: Highlight gawk as awkThomas Voss 2023-11-251-0/+6
* nvim: Set Go tabwidth back to 8Thomas Voss 2023-11-201-1/+1
* nvim: Remove Go snippetThomas Voss 2023-11-201-25/+0
* nvim: Detect *.h files as C, not C++Thomas Voss 2023-11-201-0/+1
* nvim: Add snippet for include guardsThomas Voss 2023-11-201-0/+24
* nvim: Add shell injection queriesThomas Voss 2023-11-181-0/+5
* nvim: Write netrw config in luaThomas Voss 2023-11-172-13/+3
* nvim: Move netrw config to its own fileThomas Voss 2023-11-161-0/+13
* nvim: Add support for ‘%debug’Thomas Voss 2023-11-151-1/+1
* nvim: Remove duplicate caseThomas Voss 2023-11-151-1/+1
* nvim: Add bison syntaxThomas Voss 2023-11-151-0/+5
* nvim: Simplify conditionThomas Voss 2023-11-141-5/+3
* nvim: Add snippets with luasnipThomas Voss 2023-11-131-3/+202
* nvim: Slight refactorThomas Voss 2023-11-131-4/+5
* nvim: Mess with diff colorsThomas Voss 2023-11-111-0/+3
* nvim: Add some more ftpluginsThomas Voss 2023-11-102-0/+3
* nvim: Improve GSP supportThomas Voss 2023-11-101-0/+10
* nvim: Add tree-sitter-powered bindings for git rebasingThomas Voss 2023-11-091-0/+30
* nvim: Add a tree-sitter textobject for commentsThomas Voss 2023-11-071-2/+8
* nvim: Add comment support for EBNF grammarsThomas Voss 2023-11-071-0/+1
* nvim: Add nvim-surround configurationThomas Voss 2023-11-071-0/+19
* nvim: Sort according to current localeThomas Voss 2023-11-071-0/+1
* nvim: Add various mode-specific configurationsThomas Voss 2023-11-075-0/+9
* nvim: Switch from vim-commentary to Comment.nvimThomas Voss 2023-11-071-0/+1
* nvim: Make LSP config more minimalThomas Voss 2023-11-072-39/+76
* nvim: Use vim.keymap.set directlyThomas Voss 2023-11-073-9/+4
* nvim: Remove parensThomas Voss 2023-11-071-2/+2
* nvim: Add Hyprland config supportThomas Voss 2023-11-071-0/+7
* nvim: Move the emmet config to after/pluginThomas Voss 2023-11-061-0/+1
* nvim: Simplify theme configThomas Voss 2023-11-051-19/+1
* nvim: Decrease tab width for GoThomas Voss 2023-11-041-1/+1
* nvim: Remove telescopeThomas Voss 2023-10-281-15/+0
* nvim: Use ‘jq’ to format JSONThomas Voss 2023-10-231-0/+1
* nvim: Don’t run ‘EmmetInstall’Thomas Voss 2023-10-161-1/+0
* nvim: Get emmet-vimThomas Voss 2023-10-161-0/+1
* nvim: Make the current line number whiteThomas Voss 2023-10-051-1/+1
* nvim: Enable transparency in neovideThomas Voss 2023-10-051-0/+1
* nvim: Automatically defect manual pagesThomas Voss 2023-10-041-0/+1
* nvim: Color the current line number in yellowThomas Voss 2023-10-041-0/+3
* nvim: Fix colors on neovideThomas Voss 2023-10-041-2/+10
* nvim: Add configuration for MakefilesThomas Voss 2023-09-301-0/+3
* nvim: Call git_files() when in a git repoThomas Voss 2023-09-301-2/+8
* nvim: Add support for GSP textobjectsThomas Voss 2023-09-291-0/+6
* nvim: Add a tree-sitter parser for GSPThomas Voss 2023-09-281-0/+10
* nvim: Don’t use tree-sitter for indentationThomas Voss 2023-09-141-4/+0
* nvim: Make use of treesitter textobjectsThomas Voss 2023-09-131-0/+47