Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update nvim stuff - minor | Matthew Lemon | 2024-09-12 | 2 | -85/+0 |
| | |||||
* | added go.lua - a Neovim plugin for Go | Matthew Lemon | 2023-05-14 | 2 | -0/+28 |
| | |||||
* | Installs nvim config base-idea | Matthew Lemon | 2023-05-14 | 57 | -755/+1694 |
| | |||||
* | Merge branch 'master' of github.com:yulqen/arch-dotfiles | Matthew Lemon | 2023-04-10 | 7 | -15/+73 |
|\ | |||||
| * | 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 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 |
| | | |||||
* | | 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. | ||||
* | 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 | 15 | -0/+552 |
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. |