diff --git a/nvim/m-housh/init.lua b/nvim/m-housh/init.lua index 94c6497..06e91c3 100755 --- a/nvim/m-housh/init.lua +++ b/nvim/m-housh/init.lua @@ -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")