]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/editor.lua
vim: remove <leader>f mapping for first spell suggestion
[dotfiles.git] / nvim / lua / plugins / editor.lua
1 ---@type LazyPluginSpec
2 return {
3 {
4 "nvim-telescope/telescope.nvim",
5 keys = {
6 { "<leader><space>", false },
7 { "<leader>gc", false },
8 { "<leader>gs", false },
9 },
10 },
11 }