mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 21:43:41 +00:00
Remove lightspeed
This commit is contained in:
parent
2886053c61
commit
fda9fed987
2 changed files with 0 additions and 4 deletions
|
@ -69,9 +69,6 @@ return require("packer").startup(function()
|
|||
-- hlslens
|
||||
use("kevinhwang91/nvim-hlslens")
|
||||
|
||||
-- Lightspeed
|
||||
use("ggandor/lightspeed.nvim")
|
||||
|
||||
-- Treesitter
|
||||
use({
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
require("cutlass").setup({
|
||||
cut_key = "m",
|
||||
exclude = { "ns", "nS" }, -- For lightspeed
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue