Skip to content

samkaj/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim configuration

My personal neovim configuration.

Requirements

Features

  • Lazy for plugins
  • Fuzzy finding with Telescope:
    • <leader>ff to find files
    • <leader>fg to grep symbols
  • Buffer handling with Harpoon
    • <leader>hh to toggle the Harpoon window
    • <leader>hc to add the current buffer to the Harpoon window
  • Git integration with Fugitive
  • Language support with Treesitter
    • Syntax highlighting with :TSInstall <language>
    • Rename symbols with <leader>rn
    • WIP, have not used it much yet
  • Autocompletion with nvim-comp
    • Intellisense-like autocompletion
    • <C-Space> to trigger suggestions
  • Formatting with Neoformat
    • <leader>p to format the current buffer
  • Statusline with Lualine