Initial commit, includes basic settings, treesitter for python, c++ and a few other languages, and lspconfig for python.

This commit is contained in:
rocketdebris 2024-01-25 10:40:01 -05:00
commit e493606f9b
5 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,3 @@
return {{
"neovim/nvim-lspconfig"
}}