[nvim] Autocmd to highlight trailing whitespace using ErrorMsg
Additionally refactor the colors lua module into one with an init function that init.lua can invoke.
This commit is contained in:
parent
929f951391
commit
c58625cc89
2 changed files with 93 additions and 50 deletions
|
|
@ -49,12 +49,14 @@ vim.cmd [[
|
|||
addGitTopLevelDirectoryToRuntimePath()
|
||||
|
||||
require 'autocommands'
|
||||
require 'colors'
|
||||
require 'configuration'
|
||||
require 'diagnostics'
|
||||
require 'treesitter'
|
||||
require 'lsp'
|
||||
|
||||
local colors = require 'colors'
|
||||
colors.init()
|
||||
|
||||
local keys = require 'keys'
|
||||
keys.init()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue