mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 14:48:33 +02:00
added wakatime
added wakatime
This commit is contained in:
parent
904d0e7ea5
commit
c7833981d5
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -1091,6 +1091,10 @@ require('lazy').setup({
|
||||||
vim.g.VM_add_cursor_at_pos_no_mappings = 1
|
vim.g.VM_add_cursor_at_pos_no_mappings = 1
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'wakatime/vim-wakatime',
|
||||||
|
lazy = false
|
||||||
|
},
|
||||||
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||||
-- place them in the correct locations.
|
-- place them in the correct locations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue