aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/lemon/set.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Installs nvim config base-ideaMatthew Lemon2023-05-141-44/+0
|
* Adds back ale config for PythonMatthew Lemon2023-04-101-0/+1
|
* Moves back some of my old vim optionsMatthew Lemon2023-04-081-2/+13
| | | | | Tidies up some files from earlier iterations where I was basically copying stuff from the Primeagen config.
* Adds first neovim config for several yearsMatthew Lemon2023-04-071-0/+32
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.