Initial customizations for Windows

This commit is contained in:
Jack Leong 2024-10-23 10:29:21 +08:00
parent 4120893b8a
commit 584c923a9a
4 changed files with 36 additions and 4 deletions

View file

@ -2,4 +2,8 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'equalsraf/neovim-gui-shim',
},
}