From 4684efd8216bd3b4d2f2af7b439e030309e85206 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 26 Aug 2023 16:06:53 -0600 Subject: feat: add neovim-qt support (windows) and .editorconfig --- lua/plugins/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/plugins/init.lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 6c9cc8c..c0cf279 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -9,4 +9,6 @@ return { { 'folke/which-key.nvim', opts = {} }, -- "gc" to comment visual regions/lines { 'numToStr/Comment.nvim', opts = {} }, + -- required for nvim-qt on windows + { 'equalsraf/neovim-gui-shim' }, } -- cgit v1.2.3-54-g00ecf