From 5bdb39ae516ef089521728a2ab9cfe0369b730cd Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Tue, 15 Jun 2021 11:21:56 -0700 Subject: [PATCH] Remove vulkan message --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a74827c..6802d39 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,7 @@ Configuration is done almost completely via global neovide variables in your vim ## Install **Note**: Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have -support for Windows, Mac, and Linux. The rendering however is Vulkan-based, so driver support for Vulkan will be -necessary. On Windows this should be enabled by default if you have a relatively recent system. +support for Windows, Mac, and Linux. On Windows this should be enabled by default if you have a relatively recent system. **Note**: Neovide requires neovim version 0.4 or greater.