Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-12 | Update nvim stuff - minor | Matthew Lemon | 2 | -85/+0 | |
2023-05-14 | added go.lua - a Neovim plugin for Go | Matthew Lemon | 2 | -0/+28 | |
2023-05-14 | Installs nvim config base-idea | Matthew Lemon | 57 | -755/+1694 | |
2023-04-10 | Adapts LSP so it is less reliant on Mason | Matthew Lemon | 1 | -0/+27 | |
2023-04-10 | Adds back ale config for Python | Matthew Lemon | 4 | -1/+49 | |
2023-04-09 | Adds marksman config | Matthew Lemon | 1 | -0/+1 | |
2023-04-09 | Adds emoji package to telescope | Matthew Lemon | 1 | -0/+1 | |
2023-04-09 | Reconfigures telescope, adding bindings | Matthew Lemon | 1 | -3/+11 | |
2023-04-09 | Removes ThePrimeagen bindings from LSP for now | Matthew Lemon | 1 | -10/+10 | |
2023-04-09 | Removes markdown from Copilot for now | Matthew Lemon | 1 | -1/+1 | |
2023-04-09 | Adds bootstrapping code to packer.lua | Matthew Lemon | 1 | -1/+14 | |
I needed this on NixOS, seemingly. | |||||
2023-04-09 | Add Github Copilot configuration | Matthew Lemon | 1 | -0/+17 | |
I have taken the plunge! | |||||
2023-04-09 | Adds better configuration for todotxt.nvim | Matthew Lemon | 1 | -1/+38 | |
Better hightlighting and a few keyboard shortcuts. | |||||
2023-04-08 | Adds a playground file for me trying to work with popups | Matthew Lemon | 1 | -0/+58 | |
Just a file to toy around with pop-ups. Not sure why I need it - probably to work with journal files. | |||||
2023-04-08 | Adds todo.txt support to neovim | Matthew Lemon | 2 | -0/+11 | |
I need to add keyboard shortcuts, but you get a buffer window. | |||||
2023-04-08 | Moves back some of my old vim options | Matthew Lemon | 2 | -4/+16 | |
Tidies up some files from earlier iterations where I was basically copying stuff from the Primeagen config. | |||||
2023-04-08 | Adds vim-ledger and basic config; removes packer_complied | Matthew Lemon | 4 | -274/+6 | |
vim-ledger makes it slightly easier to edit ledger files. Not sure if I should be removing packer_compiled yet. | |||||
2023-04-08 | Adds a keybinding to neotest to attach a terminal | Matthew Lemon | 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! | |||||
2023-04-08 | Adds back harpoon.lua and reformats the packer file | Matthew Lemon | 4 | -78/+94 | |
Harpoon might be quite useful - it does more than it lets on. | |||||
2023-04-07 | DAP debugging set up - but not as impressive as pdb | Matthew Lemon | 4 | -22/+141 | |
This has UI for debugging but it is nothing compared to vim-test and pdbpp. | |||||
2023-04-07 | Removes harpoon, etc and adds neotest | Matthew Lemon | 7 | -31/+129 | |
This also removes treesitter-playground and is a basic install of neotest and neotest-python. | |||||
2023-04-07 | Adds first neovim config for several years | Matthew Lemon | 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. |