Skip to content

hidetzu/myip.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myip.nvim

myip.nvim is the nvim plugin using myip.

Required

Installing

with packer.nvim

use {
    'hidetzu/myip.vim',
    run ="make install"
}

Useage

it' example.

use ex, print LocalAddress()

:echo LocalAddress()

use ex, print GlobalAddress()

:echo GlobalAddress()