Skip to content

73/vim-klog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klog.vim

Syntax hightlighting for klog in vim.

screenshot

Installation

Just copy these files to your ~/.vim folder:

mkdir -p ~/.vim/ftdetect && cp ftdetect/klog.vim "$_"
mkdir -p ~/.vim/syntax && cp syntax/klog.vim "$_"

For Neovim users

Same instructions: simply make sure this repo ends up on your runtimepath.

git clone https://github.com/73/vim-klog.git anywhere/you/want
nvim -u NONE +'set runtimepath+=anywhere/you/want' +':syntax on' 2025.klg

(these instructions work for Vim as well, just replace nvim with vim)

If you use package managers:

-- with lazy.nvim (https://github.com/folke/lazy.nvim):
require('lazy').setup({ '73/vim-klog' })

-- with Neovim's new built-in package manager (not into stable release yet):
vim.pack.add { 'https://github.com/73/vim-klog' }

About

syntax highlighting for klog files in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •