1
0
Fork 0
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:
Henrik Hautakoski 2025-01-27 06:47:32 +01:00
parent d20b270825
commit 32711d0db2
2 changed files with 31 additions and 0 deletions

View file

@ -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