Barebones config to be changed as I learn

This commit is contained in:
DaveanandMannie
2024-07-06 19:57:10 -04:00
commit 82db525110
13 changed files with 632 additions and 0 deletions

4
lua/config/options.lua Normal file
View File

@@ -0,0 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options hereby
vim.g.autoformat = false