|
|
@@ -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()
|