mirror of
https://github.com/pnx/dotfiles
synced 2026-08-30 22:48:11 +02:00
nvim: remove old files
This commit is contained in:
parent
7f4ee0aecb
commit
89ecd1070a
2 changed files with 0 additions and 22 deletions
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
-- Load options and keymaps
|
|
||||||
require('config.options')
|
|
||||||
require('config.keymaps')
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue