From d9a848fc6d4d7a7a12bf4761fd96048fcaf7ae7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Mon, 9 Sep 2024 15:46:57 +0200 Subject: [PATCH] Dropped definitions for neovide - did not work well with copy/paste --- init.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/init.lua b/init.lua index 778c06b..4f24273 100644 --- a/init.lua +++ b/init.lua @@ -1,12 +1,4 @@ -if vim.g.neovide then - -- Put anything you want to happen only in Neovide here - vim.print(vim.g.neovide_version) - vim.g.neovide_cursor_animation_length = 0 - vim.g.neovide_scroll_animation_length = 0 -end - -vim.o.guifont = "Source Code Pro:h14" -- text below applies for VimScript - +-- load configurations files from lua/* require('options') require('plugins') require('colorscheme')