Skip to content

Mondkurry/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal neovim config.

readme updated Feb 23

image image

File Tree

Clone in ~/.config/nvim

├── README.md
├── init.lua
├── lazy-lock.json
├── lua
│   └── mondkurry
│       ├── core
│       │   ├── init.lua
│       │   ├── options.lua
│       │   └── remap.lua
│       ├── lazy.lua
│       └── plugins
│           ├── bufferline.lua
│           ├── colorscheme.lua
│           ├── comment.lua
│           ├── copilot-lualine.lua
│           ├── copilot.lua
│           ├── formatter.lua
│           ├── harpoon.lua
│           ├── init.lua
│           ├── lualine.lua
│           ├── nvim-cmp.lua
│           ├── nvim-surround.lua
│           ├── nvim-tree.lua
│           ├── nvim-treesitter.lua
│           ├── remote-nvim.lua
│           ├── vim-illuminate.lua
│           ├── vim-maximizer.lua
│           └── vim-tmux-navigator.lua
└── neoconf.json

Some commands to run:

File Tree
<leader>pv Open file explorer
ctrl+hjkl General Neovim way to switch between panes
a Adds a new file
r Rename a file
x -> p Use x and p to cut and paste files
harpoon
<leader>m Mark File with harpoon
<leader>h Open Harpoon Menu
<leader>123 Open Harpooned file 1/2/3
Commenting
gb Comments a section of text using block comments
gc Comments a section of text using line comments

About

My personal neovim config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages