Add NeoVim configuration with default font and update setup script

This commit is contained in:
Daniel McKnight 2025-05-15 19:44:35 -07:00
parent c02f5ce861
commit 255cad1cb4
107 changed files with 290 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
dependencies = { 'nvim-lua/plenary.nvim' }
}