Skip to content

ymich9963/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Config

My nvim config that I use on my Windows machine.

Plugins

Using,

Structure

Using lazy.vim to create a modular structure in /lua,

  • plugins/ contains all the plugin .lua files and the /unused directory for unused plugins
  • manager.lua to setup lazy.vim
  • remaps.lua for key remappings
  • sets.lua for general settings

Config Setup

Windows

  • Install NeoVim.
  • Execute in terminal (Windows Powershell): git clone https://github.com/ymich9963/nvim-config $HOME\AppData\Local\nvim
  • Powershell 7 (pwsh.exe) is used for the terminal of choice. Remove the line in sets.lua for systems with no pwsh.exe.

Linux

  • Install NeoVim using the AppImage to get the latest version.
  • Execute in terminal: git clone https://github.com/ymich9963/nvim-config ~/.config/nvim.

Plugin Setup

  • Run :Lazy sync to make sure everything is working
  • For markdown-preview execute, cd $HOME\AppData\Local\nvim-data\lazy\markdown-preview.nvim\app\ and npm install

Comments

  • Setting up the LSP required combining the example given in the Mason docs by executing :h mason-lspconfig-automatic-server-setup and the setup provided by nvim-cmp.

About

My NeoVim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages