Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Put back all important vim plugins | Matthew Lemon | 2023-04-11 | 1 | -11/+244 | |
| | | | | | | | | And got basic completion and go to definition working. | |||||
* | | Merge branch 'master' of github.com:yulqen/arch-dotfiles | Matthew Lemon | 2023-04-10 | 9 | -17/+78 | |
|\| | ||||||
| * | Adds back ale config for Python | Matthew Lemon | 2023-04-10 | 4 | -1/+49 | |
| | | ||||||
| * | Adds marksman config | Matthew Lemon | 2023-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Adds two settings that I was told to by :checkhealth | Matthew Lemon | 2023-04-09 | 1 | -0/+3 | |
| | | ||||||
| * | Adds emoji package to telescope | Matthew Lemon | 2023-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Reconfigures telescope, adding bindings | Matthew Lemon | 2023-04-09 | 1 | -3/+11 | |
| | | ||||||
| * | Removes ThePrimeagen bindings from LSP for now | Matthew Lemon | 2023-04-09 | 1 | -10/+10 | |
| | | ||||||
| * | Removes markdown from Copilot for now | Matthew Lemon | 2023-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | Changes alacrity to Jetbrains Mono | Matthew Lemon | 2023-04-09 | 1 | -2/+2 | |
| | | ||||||
* | | Adapts LSP so it is less reliant on Mason | Matthew Lemon | 2023-04-10 | 1 | -0/+27 | |
|/ | ||||||
* | Adds bootstrapping code to packer.lua | Matthew Lemon | 2023-04-09 | 1 | -1/+14 | |
| | | | | I needed this on NixOS, seemingly. | |||||
* | Add Github Copilot configuration | Matthew Lemon | 2023-04-09 | 1 | -0/+17 | |
| | | | | I have taken the plunge! | |||||
* | Adds better configuration for todotxt.nvim | Matthew Lemon | 2023-04-09 | 1 | -1/+38 | |
| | | | | Better hightlighting and a few keyboard shortcuts. | |||||
* | Adds a playground file for me trying to work with popups | Matthew Lemon | 2023-04-08 | 1 | -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 neovim | Matthew Lemon | 2023-04-08 | 2 | -0/+11 | |
| | | | | I need to add keyboard shortcuts, but you get a buffer window. | |||||
* | Moves back some of my old vim options | Matthew Lemon | 2023-04-08 | 2 | -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_complied | Matthew Lemon | 2023-04-08 | 4 | -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 terminal | Matthew Lemon | 2023-04-08 | 1 | -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 file | Matthew Lemon | 2023-04-08 | 4 | -78/+94 | |
| | | | | Harpoon might be quite useful - it does more than it lets on. | |||||
* | Adding back plugins to vim | Matthew Lemon | 2023-04-07 | 1 | -0/+23 | |
| | ||||||
* | DAP debugging set up - but not as impressive as pdb | Matthew Lemon | 2023-04-07 | 4 | -22/+141 | |
| | | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp. | |||||
* | Removes harpoon, etc and adds neotest | Matthew Lemon | 2023-04-07 | 7 | -31/+129 | |
| | | | | | This also removes treesitter-playground and is a basic install of neotest and neotest-python. | |||||
* | Adds first neovim config for several years | Matthew Lemon | 2023-04-07 | 16 | -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 PATH | Matthew Lemon | 2023-04-07 | 1 | -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 cache | Matthew Lemon | 2023-04-04 | 2 | -1/+1 | |
| | ||||||
* | update bashrc | Matthew Lemon | 2023-04-04 | 1 | -1/+4 | |
| | ||||||
* | added backup-notes systemd files | Matthew Lemon | 2023-04-04 | 2 | -0/+16 | |
| | ||||||
* | relented and added vim-test and some tpope bits | Matthew Lemon | 2023-04-04 | 1 | -6/+31 | |
| | ||||||
* | colorscheme | Matthew Lemon | 2023-04-03 | 2 | -1/+230 | |
| | ||||||
* | spring clean of urls | Matthew Lemon | 2023-04-03 | 1 | -17/+0 | |
| | ||||||
* | alias to cope with nix | Matthew Lemon | 2023-04-03 | 1 | -0/+1 | |
| | ||||||
* | more vim config | Matthew Lemon | 2023-04-01 | 1 | -1/+3 | |
| | ||||||
* | added ctags config | Matthew Lemon | 2023-04-01 | 1 | -0/+20 | |
| | ||||||
* | added some nice vim-based keybindings | Matthew Lemon | 2023-04-01 | 1 | -0/+6 | |
| | ||||||
* | more updates | Matthew Lemon | 2023-04-01 | 1 | -0/+12 | |
| | ||||||
* | added color highlight for current line | Matthew Lemon | 2023-04-01 | 1 | -2/+2 | |
| | ||||||
* | added aliases for openai functions | Matthew Lemon | 2023-03-30 | 1 | -0/+2 | |
| | ||||||
* | more work on function comments | Matthew Lemon | 2023-03-30 | 1 | -0/+13 | |
| | ||||||
* | quick formatting fix | Matthew Lemon | 2023-03-30 | 1 | -4/+5 | |
| | ||||||
* | optimised todj function and added function comments | Matthew Lemon | 2023-03-30 | 1 | -6/+19 | |
| | ||||||
* | tweak | Matthew Lemon | 2023-03-30 | 1 | -2/+1 | |
| | ||||||
* | added openai function for bash | Matthew Lemon | 2023-03-30 | 2 | -1/+34 | |
| | ||||||
* | ensured bash completion for t alias for todo.sh | Matthew Lemon | 2023-03-30 | 1 | -0/+4 | |
| | ||||||
* | coloring output of ls | Matthew Lemon | 2023-03-30 | 1 | -0/+5 | |
| | ||||||
* | added todj to bash | Matthew Lemon | 2023-03-30 | 1 | -0/+12 | |
| | ||||||
* | added some spelling | Matthew Lemon | 2023-03-30 | 2 | -0/+4 | |
| | ||||||
* | move to bash | Matthew Lemon | 2023-03-30 | 2 | -4/+43 | |
| | ||||||
* | added another fish alias for todo.sh | Matthew Lemon | 2023-03-29 | 1 | -0/+4 | |
| | ||||||
* | updated ignore | Matthew Lemon | 2023-03-29 | 26 | -0/+1 | |
| |