aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds back harpoon.lua and reformats the packer fileMatthew Lemon2023-04-081-0/+10
| | | | Harpoon might be quite useful - it does more than it lets on.
* DAP debugging set up - but not as impressive as pdbMatthew Lemon2023-04-072-21/+130
| | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp.
* Removes harpoon, etc and adds neotestMatthew Lemon2023-04-074-13/+75
| | | | | This also removes treesitter-playground and is a basic install of neotest and neotest-python.
* Adds first neovim config for several yearsMatthew Lemon2023-04-079-0/+160
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.