Skip to content

nino-mau/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAZYVIM CONFIG

Shortcuts

  • Wrap selected lines with two different values:

    S → i → input1:"content" input2:"content2"
  • Wrap selected lines with html tag:

    S → t → "htmltag"
  • Open window with cursor-relevant message:

    Ctrl + W → d
  • Go inside line string in edit mode(useful to go inside html element class):

    f → " → a
  • Change the tag of html element:

    c → s → t → input:"tagname"

Commands

  • List information on all available LSPs:

    :help lspconfig-all
  • Manage Treesitter installations:

    :TSInstallInfo
  • Indent selection by one space:

    :normal! I
  • Delete all matching patterns:

    :%s/pattern/

About

Neovim conf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages