.
├── Makefile
├── init.lua
├── lua
│ ├── afnan
│ │ ├── autocommands.lua
│ │ ├── autopairs.lua
│ │ ├── comments.lua
│ │ ├── disabled.lua
│ │ ├── filetype.lua
│ │ ├── github-notification.lua
│ │ ├── gitsigns.lua
│ │ ├── icons.lua
│ │ ├── init.lua
│ │ ├── lsp
│ │ │ ├── cmp.lua
│ │ │ ├── cmp_sources.lua
│ │ │ ├── handlers.lua
│ │ │ ├── init.lua
│ │ │ ├── language-servers.lua
│ │ │ ├── null_ls.lua
│ │ │ └── utils.lua
│ │ ├── luasnips.lua
│ │ ├── mapping.lua
│ │ ├── notify.lua
│ │ ├── nvimtree.lua
│ │ ├── packageinfo.lua
│ │ ├── packer_compiled.lua
│ │ ├── plugins.lua
│ │ ├── scrollbar.lua
│ │ ├── settings.lua
│ │ ├── statusline
│ │ │ ├── colors.lua
│ │ │ └── init.lua
│ │ ├── tabline.lua
│ │ ├── telescope.lua
│ │ ├── treesitter.lua
│ │ └── zen.lua
│ └── telescope
│ └── _extensions
│ ├── dotfiles.lua
│ └── work.lua
└── readme.md
-
Notifications
You must be signed in to change notification settings - Fork 3
Iamafnan/my-nvimrc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My Neovim configurations