Skip to content

ht3aa/neovimConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Config to LunarVim and Neovim

Important

This configration configer lunarvim. It has 2 features that can work on any neovim or lunarvim environment. typingTracker and VideoTracker clone this repo to get everything ready. (it should works fine in linux systems)

How To Use Video Tracker

  1. Add the videoTracker file to your config.
  2. Add this code to your config
vim.cmd([[autocmd VimEnter * lua StartVideoTracker()]])
vim.cmd([[autocmd VimLeave * lua StopVideoTracker()]])
  1. Require (tmux, ffmpeg) to be installed
  2. Change the path of the videosPath variable whenver you want
  3. Run tmux
  4. Run your neovim or lunarvim
  5. After done coding don't forget to quit from neovim or lunarvim using :qa (close the tmux or any other action make some errors)
  6. Happy coding

How To Use Typing Tracker

  1. Add the typingTracker file to your config.
  2. Add this code to your config
vim.cmd([[autocmd VimLeave * lua SaveCodeTracker()]])
  1. Run neovim and make some movement or typing and then quit so that the folders and data will be created and stored in /tmp/typingtracker/workFiles/ path

  2. install the cli by running

sudo npm install -g typingtracker

after that you can run

typingtracker

enjoy seeing your typing time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published