init.lua: consistent linespaces

This commit is contained in:
Fabrice Mouhartem 2023-12-24 11:41:31 +01:00
parent 0bd90e19d4
commit a962afd7e2

View File

@ -32,8 +32,10 @@ require('lazy-configure')
-- [[ Setting options ]]
require('general-options')
-- [[ Basic Keymaps ]]
require('mappings')
-- [[ Highlight on yank ]]
-- See `:help vim.highlight.on_yank()`
local highlight_group = vim.api.nvim_create_augroup('YankHighlight', { clear = true })