Skip to content

zimo-mo/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config

Requirements

  • Install neovim >= 0.7
  • Install clangd for c/c++ complete
  • Install rust-analyzer for rust complete
  • Install pyright for python complete

The Structure of Configuration

├── init.lua
├── lua
│   ├── base.lua
│   ├── pluginrc
│   │   ├── comment.lua
│   │   ├── explorer.lua
│   │   ├── formatter.lua
│   │   ├── gen_tags.lua
│   │   ├── indent-blankline.lua
│   │   ├── lsp.lua
│   │   ├── luasnip.lua
│   │   ├── nvim-autopairs.lua
│   │   ├── nvim-toggleterm.lua
│   │   ├── nvim-treesitter.lua
│   │   ├── statusline.lua
│   │   ├── telescope.lua
│   │   └── theme.lua
│   └── plugins.lua

Installation

git clone https://github.com/zimo-geek/nvim-config.git $HOME/.config/nvim

Other

vim 8.0+ see: viplugins

About

The lua config for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages