playground/

directory
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2022 License: MIT

README

Sandbox/Tutorial

introduction

The folder contains init.lua, whitch is a minium vimrc to setup following plugins. Those plugin are some of the most used plugins for programmer.

  • lspconfig
  • treesitter
  • navigator
  • nvim-cmp
  • luasnip
  • aurora (colorscheme used in the screenshot)

There also three folder js, go, py. Those folder have some basic source code you can play with.

Install LSP

The playground has js, py, go folder, so you can install either one your self in your PATH. If you want to try lua, Please check sumneko setup in init.lua make sure it pointed to correct path. By default it potint to ~/github/sumneko

run init.lua

cd py
neovim -u init.lua

Move your cursor around and try to

  • Edit the code
  • Check symbol reference with <esc>gr
  • Check document symbol with <esc>g0
  • treesitter symbole <esc>gT
  • peek definition <esc>gp
  • ...

Directories

Path Synopsis
go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL