Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 3.87 KB

File metadata and controls

64 lines (53 loc) · 3.87 KB


🡢 This is my personal Neovim configuration with a set of plugins to enhance the development experience.

🡢 This Project is for WINDOWS 11 only, all configurations are made into this Operational System.

🡢 To know the available keymaps use the command :Khelp into the command mode!

Directory Organization

File name Description
init.lua The main entry point for the Neovim configuration.
lua/ Contains all the Lua configuration files.
plugins.lua Loads all the plugins from the lua/plugins directory.
config/ Contains the configuration files for the plugins.
autocmds.lua Contains the autocommands.
jdtls.lua Contains the configuration for the Java LSP.
keymaps.lua Contains all the keymaps.
plugins/ Contains the plugin specifications.
init.lua Loads all the plugins from the lua/plugins directory.
git-manager/ Contains the git manager plugins.
interface/ Contains the interface plugins.
lsp/ Contains the LSP plugins.
markdown/ Contains the markdown plugins.
programming/ Contains the programming plugins.

Installation

  1. To use this configuration, you need to have Neovim installed on your Windows 11 machine.
  2. The location of the files need to be in C:\Users\user\Appdata\Local\nvim.
  3. Need to install gcc using scoop: scoop install gcc.
  4. Nedd to install python using scoop: scoop install python.
  5. Need to install java JDK.

Plugins