1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: remove old files

This commit is contained in:
Henrik Hautakoski 2024-08-26 18:41:57 +02:00
parent 7f4ee0aecb
commit 89ecd1070a
2 changed files with 0 additions and 22 deletions

View file

@ -1,19 +0,0 @@
---@class EditorYankOptions
---@field enable boolean
---@field higroup string
---@field timeout number
---@class EditorOptions
---@field highlight_yank EditorYankOptions
---@class ExtendedOptions
---@field editor EditorOptions
return {
editor = {
highlight_yank = {
enable = true,
timeout = 400,
higroup = "IncSearch"
}
}
}

View file

@ -1,3 +0,0 @@
-- Load options and keymaps
require('config.options')
require('config.keymaps')