Forráskód Böngészése

fix(neovim): remove `vim-dirtytalk`

Joe 2 hónapja
szülő
commit
63006dd0d2
1 módosított fájl, 0 hozzáadás és 6 törlés
  1. 0 6
      .config/nvim/init.lua

+ 0 - 6
.config/nvim/init.lua

@@ -161,7 +161,6 @@ vim.pack.add({
     "https://github.com/nvim-treesitter/nvim-treesitter",
     "https://github.com/nvim-treesitter/nvim-treesitter-context",
     "https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
-    "https://github.com/psliwka/vim-dirtytalk",
     "https://github.com/stevearc/aerial.nvim",
     "https://github.com/tpope/vim-commentary"
 })
@@ -567,10 +566,6 @@ local function config_proj_conf()
     require("proj-conf").setup()
 end
 
-local function config_vim_dirtytalk()
-    vim.opt.spelllang = { "en_us", "programming" }
-end
-
 local function config_jonathandarker()
     vim.cmd.colorscheme("jonathandarker")
     vim.opt.list = true
@@ -910,7 +905,6 @@ end
 local setup_plugins = function()
     config_jonathandarker()
     config_nvim_treesitter()
-    config_vim_dirtytalk()
     config_virt_column()
     config_nvim_surround()
     config_like_a_butterfly()