Info
On the master branch is my current nvim configuration. On v2.0 is the nvchad configuration that I used to use before.
Todo:
- When scrolling too much right, and then coming back, the screen doesn't come back as quickly
- Add null-ls for formatting
- Choose a theme
- Change the color of the autocomplete
- Make comments work
- Delete tab when navigating out if it's not saved in harpoon
- Add git to signcolumn
- gitsigns not working
- change ctrl L to ctrl ; for copilot, because clashing with ctrl l for moving in insert mode
- change my default lsp to something else
- figure out how to use emmet snips and autocomplete for commonly used functions like
if __name__ == "__main__":etc