Skip to content

held-m/nvim-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim GOlang

Intall

docker build -t %name% .

Usage

docker
docker run -it -v $(pwd):/app -v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY %name% sh

docker-compose.yml

version: "3"

services:
  nvim:
    image:docker.simonenko.club/nvim-golang-1.19:latest
    volumes:
        - ./:/app

Keymap

Leader - ";"

Navigation

Ctrl+i - move to start of the line
Ctrl+a - move to end of the line

LSP

NvimTreeToggle

Ctrl+j - open/close
Ctrl+f - find a file

FzfLua

Ctrl+p - find a file
Leader+t - find a text
Leader+w - find a word

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published