mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: adding neovide config
This commit is contained in:
parent
d20b270825
commit
32711d0db2
2 changed files with 31 additions and 0 deletions
|
|
@ -110,10 +110,15 @@ vim.diagnostic.config({
|
|||
-- Provide a custom hover implementation
|
||||
vim.lsp.buf.hover = require("user.utils.lsp").hover
|
||||
|
||||
|
||||
-------------------------------------------------------
|
||||
-- Extras
|
||||
-------------------------------------------------------
|
||||
|
||||
if vim.g.neovide then
|
||||
require('user.neovide')
|
||||
end
|
||||
|
||||
user = {} ---@diagnostic disable-line: lowercase-global
|
||||
|
||||
---@type HighlightYankConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue