nvim_lazy_second_style


"/home/yossef/notes/git/nvims/nvim_lazy_second_style.md"

path: git/nvims/nvim_lazy_second_style.md

- **fileName**: nvim_lazy_second_style
- **Created on**: 2025-03-23 14:32:17

nvim config lazy second style from typecrift course

Neovim Keymap Configuration

General Keybindings

Custom Mappings

Plugins

Here’s a breakdown of the key plugins integrated with this setup:

, { noremap = true })


- Move between split windows
{{CODE_BLOCK_3}}
These mappings allow you to navigate between windows using `Ctrl + h/j/k/l`.

- Resize windows
{{CODE_BLOCK_4}}
These allow you to resize splits easily with `Ctrl + Arrow keys`.

## Plugins

Here’s a breakdown of the key plugins integrated with this setup:

- **telescope.nvim**: Fuzzy finder for files, buffers, and more
{{CODE_BLOCK_5}}

- **nvim-tree** (disabled by default): File explorer alternative
{{CODE_BLOCK_6}}

- **harpoon**: Quick file navigation
{{CODE_BLOCK_7}}

- **null-ls/none-ls**: Formatting and linting
{{CODE_BLOCK_8}}

- **plenary.nvim**: Utility library (dependency for telescope and harpoon)


**continue**:[[./LazyNvim_anmited.md]]
**before**:[[./nvim_jap_config.md]]