aboutsummaryrefslogtreecommitdiffstats
path: root/nvim-primeagen/lua/lemon/packer.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-16Improves neovim configMatthew Lemon1-0/+1
2023-08-13More neovim changesMatthew Lemon1-0/+1
2023-08-12Better config for neovimMatthew Lemon1-0/+2
2023-08-11Updates neovim config for Aug 23Matthew Lemon1-1/+1
2023-05-14Installs nvim config base-ideaMatthew Lemon1-0/+0
2023-04-10Adds back ale config for PythonMatthew Lemon1-0/+1
2023-04-09Adds emoji package to telescopeMatthew Lemon1-0/+1
2023-04-09Adds bootstrapping code to packer.luaMatthew Lemon1-1/+14
I needed this on NixOS, seemingly.
2023-04-08Adds todo.txt support to neovimMatthew Lemon1-0/+4
I need to add keyboard shortcuts, but you get a buffer window.
2023-04-08Adds vim-ledger and basic config; removes packer_compliedMatthew Lemon1-0/+1
vim-ledger makes it slightly easier to edit ledger files. Not sure if I should be removing packer_compiled yet.
2023-04-08Adds back harpoon.lua and reformats the packer fileMatthew Lemon1-68/+69
Harpoon might be quite useful - it does more than it lets on.
2023-04-07DAP debugging set up - but not as impressive as pdbMatthew Lemon1-1/+1
This has UI for debugging but it is nothing compared to vim-test and pdbpp.
2023-04-07Removes harpoon, etc and adds neotestMatthew Lemon1-3/+14
This also removes treesitter-playground and is a basic install of neotest and neotest-python.
2023-04-07Adds first neovim config for several yearsMatthew Lemon1-0/+74
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.