Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.85 KB

dylan.nvim

    ████                  ████
  ██▒▒▒▒██              ██▒▒▒▒██
  ██░░▒▒▒▒██          ██▒▒▒▒░░██
  ██░░▒▒▒▒▒▒██████████▒▒▒▒▒▒░░██
  ██░░▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒░░██
  ██░░▒▒▒▒▒▒▒▒░░░░░░▒▒▒▒▒▒▒▒░░██
  ██▒▒▒▒▒▒▒▒▒▒▒▒░░▒▒▒▒▒▒▒▒▒▒▒▒██
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██

██  ██  ██      ▒▒  ██  ██      ██
██░░  ██      ▒▒██▒▒  ██      ░░██
██░░░░      ▒▒▒▒▒▒▒▒▒▒      ░░░░██
██░░░░░░▒▒▒▒▒▒▒▒██▒▒▒▒▒▒▒▒░░░░░░██
  ██▒▒▒▒▒▒▒▒▒▒██████▒▒▒▒▒▒▒▒▒▒██
    ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██     < myaa.
    ██████████████████████████

Setting up

Clone this directory to ~/.config/nvim and run ./scripts/setup.sh.

Keep plugins up to date with ./scripts/update.sh.

Other Resources

Patched font required for Telescope devicons. Recommend the Hack Nerd Font.

Treesitter

Treesitter is installed with the rest of the plugins listing in plugins.vim, but parsers for each language still need to be installed manually: :TSInstall python.

Recommended languages:

  • python
  • bash
  • lua
  • javascript
  • tsx
  • html
  • css

You can keep these updated with TSUpdate.

TODO

  1. lazy git