ArthurHydr / nvim-config

Updating my neovim configuration because my dotfiles are out of date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World!

-------------------------------------
Base Plugins:
  - Lsp
  - Cmp
  - Treesitter

  - Neo-tree
  - Telescope
  - Lualine

  - GruvBox
-------------------------------------
Directory Tree:

├── init.lua
├── lazy-lock.json
├── lua
│   ├── colorscheme
│   │   └── init.lua
│   ├── keymaps
│   │   └── init.lua
│   └── plugins
│       ├── configs
│       │   ├── cmp.lua
│       │   ├── init.lua
│       │   ├── lsp-config.lua
│       │   ├── lualine.lua
│       │   ├── telescope.lua
│       │   └── treesitter.lua
│       └── init.lua
└── readme

About

Updating my neovim configuration because my dotfiles are out of date


Languages

Language:Lua 100.0%