aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* update bashrcMatthew Lemon2023-04-041-1/+4
|
* added backup-notes systemd filesMatthew Lemon2023-04-042-0/+16
|
* relented and added vim-test and some tpope bitsMatthew Lemon2023-04-041-6/+31
|
* colorschemeMatthew Lemon2023-04-032-1/+230
|
* spring clean of urlsMatthew Lemon2023-04-031-17/+0
|
* alias to cope with nixMatthew Lemon2023-04-031-0/+1
|
* more vim configMatthew Lemon2023-04-011-1/+3
|
* added ctags configMatthew Lemon2023-04-011-0/+20
|
* added some nice vim-based keybindingsMatthew Lemon2023-04-011-0/+6
|
* more updatesMatthew Lemon2023-04-011-0/+12
|
* added color highlight for current lineMatthew Lemon2023-04-011-2/+2
|
* added aliases for openai functionsMatthew Lemon2023-03-301-0/+2
|
* more work on function commentsMatthew Lemon2023-03-301-0/+13
|
* quick formatting fixMatthew Lemon2023-03-301-4/+5
|
* optimised todj function and added function commentsMatthew Lemon2023-03-301-6/+19
|
* tweakMatthew Lemon2023-03-301-2/+1
|
* added openai function for bashMatthew Lemon2023-03-302-1/+34
|
* ensured bash completion for t alias for todo.shMatthew Lemon2023-03-301-0/+4
|
* coloring output of lsMatthew Lemon2023-03-301-0/+5
|
* added todj to bashMatthew Lemon2023-03-301-0/+12
|
* added some spellingMatthew Lemon2023-03-302-0/+4
|
* move to bashMatthew Lemon2023-03-302-4/+43
|
* added another fish alias for todo.shMatthew Lemon2023-03-291-0/+4
|
* updated ignoreMatthew Lemon2023-03-2926-0/+1
|
* some nice native vim stuffMatthew Lemon2023-03-291-0/+6
|
* added fish stuff for todo.shMatthew Lemon2023-03-292-0/+48
|
* changed fish alias t to todo.shMatthew Lemon2023-03-291-2/+2
|
* back to block for cursorMatthew Lemon2023-03-291-1/+1
|
* added vim something to ignoreMatthew Lemon2023-03-291-0/+1
|
* more big cull of vim config - no plug-in related settingsMatthew Lemon2023-03-291-316/+4
|
* added vim spelling filesMatthew Lemon2023-03-282-0/+9
|
* commented out vim plugins for now and added a macroMatthew Lemon2023-03-281-36/+42
|