mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: fix some minor linting issues.
This commit is contained in:
parent
89ecd1070a
commit
1a3ed3453c
2 changed files with 4 additions and 2 deletions
|
|
@ -95,8 +95,9 @@ vim.diagnostic.config({
|
|||
},
|
||||
},
|
||||
float = {
|
||||
---@diagnostic disable-next-line: assign-type-mismatch
|
||||
border = { " " },
|
||||
header = false,
|
||||
header = "",
|
||||
source = true,
|
||||
}
|
||||
})
|
||||
|
|
@ -105,7 +106,7 @@ vim.diagnostic.config({
|
|||
-- Extras
|
||||
-------------------------------------------------------
|
||||
|
||||
user = {}
|
||||
user = {} ---@diagnostic disable-line: lowercase-global
|
||||
|
||||
user.highlight_yank = {
|
||||
enable = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue