Skip to content

Matheus-Ei/Nvim-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim configuration

This repository keeps track of my personal settings and plugins of neovim

Plugin manager

The plugin manager used on this couple of settings and plugins is lazy

Current features

  • Code running
  • Navigation
  • Botton line
  • Notifications
  • Github theme
  • Identation sujestion
  • Nvim command sujestions
  • Terminal integration

Next features

Dependencies on the operational system

Here are some dependencies that you should install to run this repository on neovim correctly

Shortcuts

Here are the main shortcuts that are new in this config of neovim

Terminal Shortcuts

  • = Toggle the terminal
  • = Add new terminal
  • and = Go to the next and previous terminal
  • = Kills the current open terminal

File navigation

  • = Open the file tree
  • = Open the file search with telescope

History

  • = Open the history manager
  • = Clear the history

Favorite files in the project

  • = Open the favorites files manager
  • and = Go to the next and previous favorite file

Buffers

  • = Open the buffer manager
  • and = Go to the next and previous buffer

Between workspaces

  • = Open the workspace manager in telescope

Basic navigation

  • and = Go to the previous and next blank line

Folds

  • = Close all folds in the file
  • = Open all folds in the file
  • = Delete all folds in the file
  • = Toggle the fold under the line in normal mode
  • = Create a fold in the visual mode

Text edition

  • and = To move the line up and down

  • = Duplicate the line

  • = Prettify the file (Just for supported languages)

  • = Ident all lines in the file

  • = Comment the selected lines or the current line

Code runner

  • = Run live server
  • = Run python

  • = Run nodejs

About

My personal nvim settings and plugins

Resources

Stars

Watchers

Forks