mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +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
|
-- hlslens
|
||||||
use("kevinhwang91/nvim-hlslens")
|
use("kevinhwang91/nvim-hlslens")
|
||||||
|
|
||||||
-- Lightspeed
|
|
||||||
use("ggandor/lightspeed.nvim")
|
|
||||||
|
|
||||||
-- Treesitter
|
-- Treesitter
|
||||||
use({
|
use({
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
require("cutlass").setup({
|
require("cutlass").setup({
|
||||||
cut_key = "m",
|
cut_key = "m",
|
||||||
exclude = { "ns", "nS" }, -- For lightspeed
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue