KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
hl-goimport.vim
★ 9
Open GitHub ↗
Highlights imported packages in Go
Download README (.md)
Explore Similar Repositories
SystemLocaleDsc
:
DSC Resource for configuring Windows System Locale
ircgram
:
IRCGram is a complexly simple Telegram <-> IRC Gateway
react-trafficlight
:
Traffic light component for React
autominer-api
:
Automatically rent miners based on the current cost to mine the currency.
filebox
:
Filebox could be used to provide access permission control for files, directories
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hl-goimport.vim
?
Download (.md)
# hl-goimport.vim Highlights imported packages in Go.  ## Customization The syntax group is `goImportedPkg`. By default it is linked to the `Include` syntax group. Example custom color: ```vim highlight goImportedPkg ctermfg=1 guifg=#ff0000 ```