Skip to content

Instantly share code, notes, and snippets.

@RakshithNM
RakshithNM / .vimrc
Last active December 8, 2020 07:10
set rtp+=/usr/local/opt/fzf
call plug#begin()
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'haishanh/night-owl.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'Yggdroot/indentLine' " indent line
Plug 'luochen1990/rainbow' " different level highlight
Plug 'RRethy/vim-illuminate' " automatically highlight other uses of the current word
Plug 'machakann/vim-highlightedyank' " make the yanked region apparent
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import (
"fmt"
"strconv"
)
func main() {
for i := 1; i <= 100; i++ {
if i%15 == 0 {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {
package main
import "fmt"
type node struct {
data int
nextnodepointer *node
}
type linkedList struct {