diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 55 |
1 files changed, 32 insertions, 23 deletions
@@ -2,9 +2,11 @@ My personal dotfiles repository. -## lspconfig requirements +## nvim -works on npm 8.10.0 + nodejs 16.13.1 and later +### lspconfig requirements + +works on npm 8.10.0 + nodejs 16.13.1 and later. ```bash npm i -g vscode-langservers-extracted @@ -17,33 +19,40 @@ gem install solargraph ``` -## Treesitter +### Treesitter Remember to TSInstall the languages. Currently using: -* bash -* c -* html -* javascript -* json -* lua -* python -* ruby -* tsx -* typescript -* vim -* markdown ++ bash ++ c ++ html ++ javascript ++ json ++ lua ++ python ++ ruby ++ tsx ++ typescript ++ vim ++ markdown -## Powerline +## Kitty -.bashrc expects local installation: +Using Hack Nerd Font. -```bash -pip3 install --user powerline-status -pip3 install --user powerline-gitstatus +Custom prompt is Starship. -``` +## Window Manager -## Kitty +Using dwm with following patches: + ++ swallow ++ fibonacci ++ focusonclick ++ statusallmons + +Config for dwm is in another repo. + +## File Manager -Using Hack Nerd Font +Using nnn with preview-tui plugin. |
