feat: Adds note about keeping nvim settings at top of init.lua

This commit is contained in:
2024-11-22 12:43:29 -05:00
parent 7f26013d1c
commit 8ac60b4196

View File

@@ -2,6 +2,10 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
-- NOTE: Keep settings at the top, otherwise some options don't work well.
-- mainly have had trouble with not using the settings in an `.editorconfig`
-- file for projects.
-- Common settings
require("user.settings")