Dropped definitions for neovide - did not work well with copy/paste
This commit is contained in:
10
init.lua
10
init.lua
@@ -1,12 +1,4 @@
|
|||||||
if vim.g.neovide then
|
-- load configurations files from lua/*
|
||||||
-- 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
|
|
||||||
|
|
||||||
require('options')
|
require('options')
|
||||||
require('plugins')
|
require('plugins')
|
||||||
require('colorscheme')
|
require('colorscheme')
|
||||||
|
|||||||
Reference in New Issue
Block a user