Skip to content

mathjiajia/config.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config.nvim

My personal Neovim configuration files on macOS (apple silicon).

This setup is mainly used for taking notes and writing documents in LaTeX. For the useful snippets (for mathematics, especially algebraic geometry) see mysnippets

Structure

├── LICENSE
├── README.md
├── after
│   ├── ftplugin
│   │   ├── lua.lua
│   │   └── tex.lua
│   └── plugin
│       ├── autocmds.lua
│       └── keymaps.lua
├── ginit.vim
├── init.lua
├── lazy-lock.json
├── lua
│   ├── config
│   │   ├── lazyinit.lua
│   │   └── options.lua
│   └── plugins
│       ├── coding.lua
│       ├── editor.lua
│       ├── formatting.lua
│       ├── lang.lua
│       ├── linting.lua
│       ├── lsp.lua
│       ├── ui.lua
│       └── util.lua
├── neovim.cat
├── spell
│   ├── en.utf-8.add
│   └── en.utf-8.add.spl
└── stylua.toml
  • init.lua -- entrance of the configuration
  • lua/config -- configuration files
  • lua/plugins -- submodules for different plugins
  • after/ftplugin -- individual file type settings
  • after/plugin -- some plugins no need to load early

Acknowledgements

Thanks to folke and his LazyVim project where I copied a lot of code.

About

My personal Neovim configuration files on  macOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published