init.lua: consistent linespaces
This commit is contained in:
parent
0bd90e19d4
commit
a962afd7e2
2
init.lua
2
init.lua
@ -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 })
|
||||
|
Loading…
Reference in New Issue
Block a user