Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 652 Bytes

dotfiles

My dotfiles. Mostly for Neovim and Kitty.

What is nice about this is that I use a Lua-only config for Neovim. So far my setup is very minimal so I think it makes for a great starting point.

Screenshots

Screenshot of Neovim with LSP

Installing

Place these in ~/.config

I use Packer for Neovim plugins so make sure to install that first.

To install plugins just start Neovim and run :PackerSync

What is included in Neovim

  1. NvimTree - nice tree file structure
  2. Treesitter - syntax highlighting
  3. LSP (Dart, Flutter, Lua, C#)
  4. nvim-dap