Skip to content

Files

Latest commit

 

History

History
36 lines (31 loc) · 925 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 925 Bytes

dotfiles.nvim

  • This is my Neovim configuration files.
  • Package manager being used is Lazy.nvim.

Configurations Structure

~/.config/nvim/
├── init.lua
└── lua/
    ├── config/
    │   ├── autocmds.lua
    │   ├── lazy.lua
    │   ├── mappings.lua
    │   └── options.lua
    └── plugins/
        ├── autocompletion.lua
        ├── autopairs.lua
        ├── catppuccin.lua
        ├── colorizer.lua
        ├── comment-box.lua
        ├── everforest.lua
        ├── gitsigns.lua
        ├── lualine.lua
        ├── markview.lua
        ├── onedark.lua
        ├── surround.lua
        ├── todo-comments.lua
        ├── tokyonight.lua
        ├── treesitter.lua
        └── which-key.lua

4 directories, 20 files