Skip to content

F4NT0/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🡢 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

About

My Neovim IDE configuration to use in Windows 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages