aboutsummaryrefslogtreecommitdiffstats
path: root/nvim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update nvim stuff - minorMatthew Lemon2024-09-122-85/+0
|
* added go.lua - a Neovim plugin for GoMatthew Lemon2023-05-142-0/+28
|
* Installs nvim config base-ideaMatthew Lemon2023-05-1457-755/+1694
|
* Merge branch 'master' of github.com:yulqen/arch-dotfilesMatthew Lemon2023-04-107-15/+73
|\
| * Adds back ale config for PythonMatthew Lemon2023-04-104-1/+49
| |
| * Adds marksman configMatthew Lemon2023-04-091-0/+1
| |
| * Adds emoji package to telescopeMatthew Lemon2023-04-091-0/+1
| |
| * Reconfigures telescope, adding bindingsMatthew Lemon2023-04-091-3/+11
| |
| * Removes ThePrimeagen bindings from LSP for nowMatthew Lemon2023-04-091-10/+10
| |
| * Removes markdown from Copilot for nowMatthew Lemon2023-04-091-1/+1
| |
* | Adapts LSP so it is less reliant on MasonMatthew Lemon2023-04-101-0/+27
|/
* Adds bootstrapping code to packer.luaMatthew Lemon2023-04-091-1/+14
| | | | I needed this on NixOS, seemingly.
* Add Github Copilot configurationMatthew Lemon2023-04-091-0/+17
| | | | I have taken the plunge!
* Adds better configuration for todotxt.nvimMatthew Lemon2023-04-091-1/+38
| | | | Better hightlighting and a few keyboard shortcuts.
* Adds a playground file for me trying to work with popupsMatthew Lemon2023-04-081-0/+58
| | | | | Just a file to toy around with pop-ups. Not sure why I need it - probably to work with journal files.
* Adds todo.txt support to neovimMatthew Lemon2023-04-082-0/+11
| | | | I need to add keyboard shortcuts, but you get a buffer window.
* Moves back some of my old vim optionsMatthew Lemon2023-04-082-4/+16
| | | | | Tidies up some files from earlier iterations where I was basically copying stuff from the Primeagen config.
* Adds vim-ledger and basic config; removes packer_compliedMatthew Lemon2023-04-084-274/+6
| | | | | vim-ledger makes it slightly easier to edit ledger files. Not sure if I should be removing packer_compiled yet.
* Adds a keybinding to neotest to attach a terminalMatthew Lemon2023-04-081-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!
* Adds back harpoon.lua and reformats the packer fileMatthew Lemon2023-04-084-78/+94
| | | | Harpoon might be quite useful - it does more than it lets on.
* DAP debugging set up - but not as impressive as pdbMatthew Lemon2023-04-074-22/+141
| | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp.
* Removes harpoon, etc and adds neotestMatthew Lemon2023-04-077-31/+129
| | | | | This also removes treesitter-playground and is a basic install of neotest and neotest-python.
* Adds first neovim config for several yearsMatthew Lemon2023-04-0715-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.