Skip to content

capocattiveria/CCNeovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCNeovim

Introduction

This is my Neovim configuration, I started this from the repository:

I change the directory structure for a little bit of modularity:

├── doc
├── init.lua
├── lazy-lock.json
├── LICENSE.md
├── lua
│   ├── plugins
│   │   ├── buffer_line.lua
│   │   ├── colorscheme.lua
│   │   ├── conform.lua
│   │   ├── copilot.lua
│   │   ├── keymap.lua
│   │   ├── lsp_plugins.lua
│   │   ├── mini.lua
│   │   ├── neo-tree.lua
│   │   ├── nvim-cmp.lua
│   │   ├── telescope.lua
│   │   ├── treesitter.lua
│   │   └── which_key.lua
│   └── plugins_setup.lua
└── README.md

Install External Dependencies

External Requirements:

  • Basic utils: git, make, unzip, C Compiler (gcc)
  • ripgrep
  • Clipboard tool (xclip/xsel/win32yank or other depending on platform)
  • A Nerd Font: optional, provides various icons
    • if you have it set vim.g.have_nerd_font in init.lua to true

NOTE

Neovim's configurations are located under the following paths: Linux: $XDG_CONFIG_HOME/nvim, ~/.config/nvim

Post Installation

Start Neovim

nvim

That's it! Lazy will install all the plugins you have. Use :Lazy to view current plugin status. Hit q to close the window.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages