AutoYADM commit: 2024-12-15 23:45:01
This commit is contained in:
parent
4829cd7c07
commit
5ab6d5fdcb
4 changed files with 8 additions and 2 deletions
|
@ -13,5 +13,5 @@ if vim.g.neovide then
|
|||
hide_mouse_when_typing = true,
|
||||
},
|
||||
}
|
||||
require("neovide-config").setup(nv_opts)
|
||||
require("neovide-config").setup()
|
||||
end
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
"refactoring.nvim": { "branch": "master", "commit": "2db6d378e873de31d18ade549c2edba64ff1c2e3" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "25aab238aad3e58f864274449456bdc339981750" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "188b04370561470323ef20347c273105abd9b54d" },
|
||||
"speedtyper.nvim": { "branch": "v2", "commit": "f27fa7870dd35f1884efaef1c9f1d2e7dcedcacf" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "2eca9ba22002184ac05eddbe47a7fe2d5a384dfc" },
|
||||
"text-case.nvim": { "branch": "main", "commit": "e898cfd46fa6cde0e83abb624a16e67d2ffc6457" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
|
||||
|
|
5
.config/nvim/lua/plugins/speedtyper.lua
Normal file
5
.config/nvim/lua/plugins/speedtyper.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"NStefan002/speedtyper.nvim",
|
||||
lazy = false,
|
||||
branch = "v2",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue