mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds note about keeping nvim settings at top of init.lua
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user