| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
I have taken the plunge!
|
|
Better hightlighting and a few keyboard shortcuts.
|
|
I need to add keyboard shortcuts, but you get a buffer window.
|
|
vim-ledger makes it slightly easier to edit ledger files. Not sure if I
should be removing packer_compiled yet.
|
|
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!
|
|
Harpoon might be quite useful - it does more than it lets on.
|
|
This has UI for debugging but it is nothing compared to vim-test and
pdbpp.
|
|
This also removes treesitter-playground and is a basic install of
neotest and neotest-python.
|
|
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.
|