fixed nvim

This commit is contained in:
Adam 2024-01-06 18:42:27 -05:00
parent 1532462529
commit 6ae955bef7

View file

@ -68,10 +68,6 @@ just run `startx` or start awesome from your display manager if you have one.
## Post Install ## Post Install
### Neovim
- Run `:PackerSync` on first run, `:Mason` to install language servers, `:TSUpdate` after installing language
servers to update treesitter. Do this again periodically to keep everything fresh
### Colors ### Colors
Some manual setup is required for theming if you want eye candy. My scripts should handle everything else Some manual setup is required for theming if you want eye candy. My scripts should handle everything else
- Install [pywalfox](https://addons.mozilla.org/en-US/firefox/addon/pywalfox/) for firefox, then open it - Install [pywalfox](https://addons.mozilla.org/en-US/firefox/addon/pywalfox/) for firefox, then open it
@ -82,7 +78,6 @@ generated theme. It should handle itself from here
## Known issues (aka things to fix and excuses why they aren't): ## Known issues (aka things to fix and excuses why they aren't):
- Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just wait or kill - Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just wait or kill
and restart it if you're impatient. The setup should pick up where it left off and restart it if you're impatient. The setup should pick up where it left off
- lsp-zero (nvim plugin) changed some things and needs to be reconfigured
## Future: ## Future:
- More granular installer (shell, gui, make some gui apps optional like messengers) - More granular installer (shell, gui, make some gui apps optional like messengers)