From 92bad9d7167fbb08ab35fa9e43ef36557c6b5f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Thomaz?= Date: Mon, 28 Dec 2020 17:10:16 -0300 Subject: [PATCH 1/3] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..294b4e0 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Make your NeoVim looks like VSCode +This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code. +#### You can clone the repository into your nvim folder, or enter the repository files, and copy only the settings you need +#### After that, you just have to open your ```init.vim```, probably located at ```/home/your_user/.config/nvim```, press ```ESC```, and then type ```:PlugInstall``` to auto-detect the plugins and install them +

+ Neovim logo +

+
+

Why should you use NeoVim instead of VSCode? 🤔

+ +
+

By using this settings, how will my NeoVim looks like?

+
+

+ NeoVim VSCode +

From 69b0dc19e53d7180a0f87181b593587b6d6d8c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Thomaz?= Date: Mon, 28 Dec 2020 17:17:49 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 294b4e0..5d0114d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code. #### You can clone the repository into your nvim folder, or enter the repository files, and copy only the settings you need #### After that, you just have to open your ```init.vim```, probably located at ```/home/your_user/.config/nvim```, press ```ESC```, and then type ```:PlugInstall``` to auto-detect the plugins and install them +#### To display the icons correctly, make sure your terminal is using a Nerd Font, the link to check the fonts: https://github.com/ryanoasis/nerd-fonts#patched-fonts

Neovim logo

From 160feb8e2e224fb85a8322a36f7c0de2823a39a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Thomaz?= Date: Mon, 28 Dec 2020 17:18:45 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d0114d..bbf6a9e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code. #### You can clone the repository into your nvim folder, or enter the repository files, and copy only the settings you need #### After that, you just have to open your ```init.vim```, probably located at ```/home/your_user/.config/nvim```, press ```ESC```, and then type ```:PlugInstall``` to auto-detect the plugins and install them -#### To display the icons correctly, make sure your terminal is using a Nerd Font, the link to check the fonts: https://github.com/ryanoasis/nerd-fonts#patched-fonts +#### To display the icons correctly, make sure your terminal is using a Nerd Font, here is the link to check the fonts: https://github.com/ryanoasis/nerd-fonts#patched-fonts

Neovim logo