Skip to content

syqwq-OMG/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

syqwq-OMG Neovim Rice up

Config structure

[files with * are files with keybindings set-up]

nvim
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
    ├── configs
    │   ├── basic.lua
    │   ├── * keybindings.lua
    │   └── lazy.lua
    └── plugins
        ├── autopairs.lua
        ├── bufferline.lua
        ├── cmp.lua
        ├── color-schemes.lua
        ├── * conform.lua
        ├── dashboard.lua
        ├── indent-blankline.lua
        ├── lsp
        │   ├── * common-config.lua
        │   ├── lspconfig.lua
        │   ├── mason.lua
        │   ├── spec-lsp
        │   │   ├── cpp.lua
        │   │   ├── lua.lua
        │   │   ├── markdown.lua
        │   │   ├── python.lua
        │   │   └── rust.lua
        │   └── ui.lua
        ├── lualine.lua
        ├── * nvim-tree.lua
        ├── nvim-treesitter.lua
        ├── * telescope.lua
        ├── * toggle-term.lua
        └── which-key.lua


Keybinding related files

  • /lua/configs/keybindings.lua
  • /lua/plugins/lsp/common-config.lua
  • /lua/plugins/nvim-tree.lua
  • /lua/plugins/telescope.lua
  • /lua/plugins/toggle-term.lua
  • /lua/plugins/conform.lua

Nvim template

qwq just the raw neovim, so everything is config from nothing AwA

Package manager used

lazy.vim

Plugins installed

References

Pre-requisite

  • unzip
  • git
  • npm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages