aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nvim with vimrc style configMatthew Lemon2023-05-282-2/+592
|
* Use urxvtMatthew Lemon2023-05-182-2/+6
|
* Removed vim nvim aliasesMatthew Lemon2023-05-181-3/+3
|
* urxvt settingsMatthew Lemon2023-05-181-0/+3
|
* added go.lua - a Neovim plugin for GoMatthew Lemon2023-05-142-0/+28
|
* aliases for vim nvimMatthew Lemon2023-05-141-1/+5
|
* Installs nvim config base-ideaMatthew Lemon2023-05-1458-1/+1695
|
* Changes PATHMatthew Lemon2023-05-141-0/+1
|
* Adds a Grep functionMatthew Lemon2023-05-131-3/+9
| | | | This is from https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3
* Blue vim!Matthew Lemon2023-05-121-1/+6
|
* Adds useful commands in vimscriptMatthew Lemon2023-05-121-1/+82
|
* Colours back on in vimMatthew Lemon2023-05-123-9/+2821
|
* Themes alacrittyMatthew Lemon2023-05-121-4/+8
|
* Adds khal khard and vdirsyncerMatthew Lemon2023-05-123-0/+103
|
* Merge branch 'master' of github.com:yulqen/arch-dotfilesMatthew Lemon2023-05-122-3/+34
|\
| * Emables GPG encryption in neomuttMatthew Lemon2023-05-122-3/+34
| |
| * Equalises taskrc between debian and archMatthew Lemon2023-05-121-0/+2
| |
* | Changes coefficient for a projectMatthew Lemon2023-05-121-0/+2
|/
* Adds a function to remove a line from a vim file and add as a task in twMatthew Lemon2023-05-111-1/+13
|
* Fixes filter for next reportMatthew Lemon2023-05-111-1/+1
|
* Proper whiteMatthew Lemon2023-05-081-1/+2
|
* Fixes :W fixMatthew Lemon2023-05-081-1/+1
|
* Adds path for goMatthew Lemon2023-05-081-0/+1
|
* Changes binding for vim-testMatthew Lemon2023-05-081-1/+1
|
* Amends mutt signatureMatthew Lemon2023-05-071-3/+1
|
* Adds working neomutt config - offlineimap tooMatthew Lemon2023-05-0610-168/+165
|
* Add couple of URLsMatthew Lemon2023-05-061-0/+2
|
* Adopt Debian focused Xresources and bashrcMatthew Lemon2023-05-062-22/+53
|
* Adopts minimal vim config to match Debian setupMatthew Lemon2023-05-061-12/+23
|
* Removes easycomplete and reverts to vim completionMatthew Lemon2023-04-251-2/+4
|
* Newsboat tweaksMatthew Lemon2023-04-252-3/+5
|
* we can now configure dwm using gdmMatthew Lemon2023-04-252-0/+35
|
* Attemptes to remap :WMatthew Lemon2023-04-201-0/+3
|
* Changes ALE config - switches off and removes ruffMatthew Lemon2023-04-201-4/+5
|
* Ensures we have smartindent onMatthew Lemon2023-04-201-0/+2
|
* formatting onlyMatthew Lemon2023-04-201-0/+1
|
* Removes svelte pluginMatthew Lemon2023-04-201-1/+0
|
* Removes YouCompleteMe and adds easycompleteMatthew Lemon2023-04-201-21/+26
|
* Adds back shortcut to open vimrcMatthew Lemon2023-04-201-0/+3
|
* Trying a vimrc-based neovim set upMatthew Lemon2023-04-192-0/+510
| | | | | This has to be symlinked from ~/.config/nvim. This is a non-lua-based configuration.
* Adds a bash function to create a new blog post in HugoMatthew Lemon2023-04-191-0/+23
| | | | | | This function is documented but I used ChatGPT to assist with the awk and sed subsitutions. The sed suggestions took a while to get right and eventually it resorted to using awk. Works though.
* Adds gem and ruby binary PATH configMatthew Lemon2023-04-181-0/+4
|
* Adds a url for TweagMatthew Lemon2023-04-181-0/+1
|
* Adds a font changeMatthew Lemon2023-04-181-4/+4
|
* Removes certain start-up applications that we no longer needMatthew Lemon2023-04-181-3/+2
|
* Adds a new UltiSnips snippet for swowdevMatthew Lemon2023-04-181-0/+3
| | | | This is so that I can tag entries in the journal for easy reference.
* Merge branch 'master' of github.com:yulqen/arch-dotfilesMatthew Lemon2023-04-163-19/+268
|\
| * Adds a vim svelte pluginMatthew Lemon2023-04-131-0/+1
| |
| * Adds Classic Console font to alacrityMatthew Lemon2023-04-131-6/+6
| | | | | | | | And also switches off bold text because it looks shit.
| * Adds back tab for Ultisnips expansionMatthew Lemon2023-04-111-1/+5
| | | | | | | | And removes tab from YCM, which is useless.