aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Enable fzf in the bash shell againMatthew Lemon2023-04-111-1/+7
| | | | | | | | Some useful stuff in here.
| * Enables completion in bash againMatthew Lemon2023-04-111-0/+5
| | | | | | | | This seemed to be missing from my moving back to bash.
| * Put back all important vim pluginsMatthew Lemon2023-04-111-11/+244
| | | | | | | | And got basic completion and go to definition working.
* | Merge branch 'master' of github.com:yulqen/arch-dotfilesMatthew Lemon2023-04-109-17/+78
|\|
| * Adds back ale config for PythonMatthew Lemon2023-04-104-1/+49
| |
| * Adds marksman configMatthew Lemon2023-04-091-0/+1
| |
| * Adds two settings that I was told to by :checkhealthMatthew Lemon2023-04-091-0/+3
| |
| * Adds emoji package to telescopeMatthew Lemon2023-04-091-0/+1
| |
| * Reconfigures telescope, adding bindingsMatthew Lemon2023-04-091-3/+11
| |
| * Removes ThePrimeagen bindings from LSP for nowMatthew Lemon2023-04-091-10/+10
| |
| * Removes markdown from Copilot for nowMatthew Lemon2023-04-091-1/+1
| |
| * Changes alacrity to Jetbrains MonoMatthew Lemon2023-04-091-2/+2
| |
* | Adapts LSP so it is less reliant on MasonMatthew Lemon2023-04-101-0/+27
|/
* Adds bootstrapping code to packer.luaMatthew Lemon2023-04-091-1/+14
| | | | I needed this on NixOS, seemingly.
* Add Github Copilot configurationMatthew Lemon2023-04-091-0/+17
| | | | I have taken the plunge!
* Adds better configuration for todotxt.nvimMatthew Lemon2023-04-091-1/+38
| | | | Better hightlighting and a few keyboard shortcuts.
* Adds a playground file for me trying to work with popupsMatthew Lemon2023-04-081-0/+58
| | | | | Just a file to toy around with pop-ups. Not sure why I need it - probably to work with journal files.
* Adds todo.txt support to neovimMatthew Lemon2023-04-082-0/+11
| | | | I need to add keyboard shortcuts, but you get a buffer window.
* Moves back some of my old vim optionsMatthew Lemon2023-04-082-4/+16
| | | | | Tidies up some files from earlier iterations where I was basically copying stuff from the Primeagen config.
* Adds vim-ledger and basic config; removes packer_compliedMatthew Lemon2023-04-084-274/+6
| | | | | vim-ledger makes it slightly easier to edit ledger files. Not sure if I should be removing packer_compiled yet.
* Adds a keybinding to neotest to attach a terminalMatthew Lemon2023-04-081-0/+5
| | | | | | | | Using pdbpp is my preferred way to debug. This allows us to set a breakpoint in a function using breakpoint(), call the test using a neotest binding: the UI freezes. Then you can attach to a terminal where pdb will be waiting for you. Don't forget the method to exit a vim terminal!
* Adds back harpoon.lua and reformats the packer fileMatthew Lemon2023-04-084-78/+94
| | | | Harpoon might be quite useful - it does more than it lets on.
* Adding back plugins to vimMatthew Lemon2023-04-071-0/+23
|
* DAP debugging set up - but not as impressive as pdbMatthew Lemon2023-04-074-22/+141
| | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp.
* Removes harpoon, etc and adds neotestMatthew Lemon2023-04-077-31/+129
| | | | | This also removes treesitter-playground and is a basic install of neotest and neotest-python.
* Adds first neovim config for several yearsMatthew Lemon2023-04-0716-0/+553
| | | | | | | | | | | | I copied ThePrimeagen setting up neovim based on his repository at https://github.com/ThePrimeagen/init.lua. The video itself is at https://www.youtube.com/watch?v=w7i4amO_zaE. I tried following each step based on the video, but I for some reason autocomplete did not work properly after a while. So I cloned his repo and adapted it to some extent to make it more in line with what I need. This is an early state, but autocomplete works. There is much to do to mirror my vimrc, if I am going to go down that route.
* Adds ~/.cargo/bin to PATHMatthew Lemon2023-04-071-0/+1
| | | | | I installed a rust program but removed it afterwards. To get it to run easily, I needed to add this directory to my PATH, as is recommended.
* ignored newsboat cacheMatthew Lemon2023-04-042-1/+1
|