Skip to content

kkalamarski/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kkalamarski's neovim config

An opinionated nvim configuration that I use in my everyday work. Best suited for web development.

Plugins

For complete list inspect packer's plugin file.

Key bindings

By default <leader> is mapped to (space).

For a complete list see lua/keymappings.lua file.

key mapping description
<leader>ff Opens a floating window with fuzzy finder. Finds a file in git.
<leader>tt Opens a floating window with terminal emulator.
<leader>gg Opens a floating window with lazygit.
<leader>? Opens a floating window with recently opened files.
<leader> Opens a floating window with currently opened buffers.
<C-n> Toggle NvimTree
<A-(arrows)> Move between the panes

Screenshots

Zrzut ekranu 2022-03-22 o 21 56 55 Zrzut ekranu 2022-03-22 o 21 57 25 Zrzut ekranu 2022-03-22 o 21 59 15 Zrzut ekranu 2022-03-22 o 21 59 56 Zrzut ekranu 2022-03-22 o 22 01 22