Feat: added hardtime
This commit is contained in:
parent
23773900d9
commit
99046314cd
3 changed files with 11 additions and 5 deletions
5
lua/custom/plugins/hardtime.lua
Normal file
5
lua/custom/plugins/hardtime.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'm4xshen/hardtime.nvim',
|
||||
dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim' },
|
||||
opts = {},
|
||||
}
|
||||
|
|
@ -2,4 +2,5 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
vim.wo.relativenumber = true
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue