- Cloning this repo to the root folder of the computer:
git clone git@github.com:ilya-grigoriev/nvim.git
cd nvim
- Open
init.lua using nvim.
- All done!
after/plugin. This folder for plugin settings.
colors. This folder for customization file. Require files from plugin/set_colors.lua
ftplugin. This folder for filetype settings.
lua. This folder for lua plugins.
core. This folder for certain settings (keymaps, plugin list and etc).
lsp. This folder for LSP, linters, formatters settings. There folder servers, where LSP settings is located.
statusline. This is folder for statusline settings.
plugin. This folder for plugins which are not required and are started automatically.
snippets. This folder for snippets of any languages.
- Read more about folders in nvim config.
- Supposedly, that eclipse.jdt.ls is installed in your home folder.
- If you're using Java, then go to
ftplugin/java.lua file and change {your_username} to your username in OS.
- To install LSP, enter
:Mason in nvim and go to LSP section.
- If you want to check keymaps of this config, just enter
tk.