Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

m4tt72/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal neovim configuration

.
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
    └── m4tt72
        ├── core
        │   ├── init.lua
        │   ├── keymaps.lua
        │   └── options.lua
        ├── lazy.lua
        └── plugins
            ├── alpha.lua
            ├── auto-pairs.lua
            ├── auto-session.lua
            ├── bufferline.lua
            ├── cmp.lua
            ├── colorizer.lua
            ├── colorscheme.lua
            ├── comment.lua
            ├── copilot.lua
            ├── dressing.lua
            ├── git-signs.lua
            ├── icons.lua
            ├── linting.lua
            ├── lsp
            │   ├── config.lua
            │   ├── mason.lua
            │   └── none-ls.lua
            ├── lualine.lua
            ├── nvim-tree.lua
            ├── surround.lua
            ├── telescope.lua
            ├── treesitter.lua
            └── which-key.lua

5 directories, 29 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages