Skip to content

Updating my neovim configuration because my dotfiles are out of date

Notifications You must be signed in to change notification settings

0xBl4nk/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages