Compare commits

..

No commits in common. "b03833cb48f3776c6065ee94245cf8fa84006c39" and "2b81695301f0744bb884044991da9ce5d8d3d81c" have entirely different histories.

8 changed files with 5 additions and 32 deletions

3
.gitmodules vendored
View file

@ -82,6 +82,3 @@
[submodule "vim/bundle/qf.nvim"] [submodule "vim/bundle/qf.nvim"]
path = vim/bundle/qf.nvim path = vim/bundle/qf.nvim
url = https://github.com/ten3roberts/qf.nvim url = https://github.com/ten3roberts/qf.nvim
[submodule "vim/bundle/smartyank.nvim"]
path = vim/bundle/smartyank.nvim
url = https://github.com/ibhagwan/smartyank.nvim

View file

@ -130,8 +130,7 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the
* [nvim-surround](https://github.com/kylechui/nvim-surround): Add/change/delete surrounding delimiter pairs with ease * [nvim-surround](https://github.com/kylechui/nvim-surround): Add/change/delete surrounding delimiter pairs with ease
* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim * [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim
* [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects): Syntax aware text-objects, select, move, swap, and peek support * [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects): Syntax aware text-objects, select, move, swap, and peek support
* [qf.nvim](https://github.com/ten3roberts/qf.nvim): Extends the default quickfix and location lists for neovim * [qf.nvim](https://github.com/ten3roberts/qf.nvim): Extends the default quickfix and location lists for neovim
* [smartyank.nvim](https://github.com/ibhagwan/smartyank.nvim): An opinionated (yet customizable) yank
* [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Simplifies the transition between multi-line and single-line code * [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Simplifies the transition between multi-line and single-line code
* [tabular](https://github.com/godlygeek/tabular): Vim script for text filtering and alignment * [tabular](https://github.com/godlygeek/tabular): Vim script for text filtering and alignment
* [vim-fugitive](https://github.com/tpope/vim-fugitive): A wrapper integrating git into vim in such a way as to provide features neither of them could offer on their own * [vim-fugitive](https://github.com/tpope/vim-fugitive): A wrapper integrating git into vim in such a way as to provide features neither of them could offer on their own

@ -1 +1 @@
Subproject commit 32252e1450b1c8a27a4a61cdfde60791192a1d0c Subproject commit 02a0ac1e16a7190a22bb6e31b15d484442bd2fdd

@ -1 +1 @@
Subproject commit e5a05ba5e298cc1e1dad8eb8095b8d4d89a7f793 Subproject commit 9e66d5c72dabfc6417c6015ed8991f3c4b504f7d

@ -1 +1 @@
Subproject commit ca93cb2c34b67ab22d01976fc90bc95627a3317f Subproject commit 33a17515b79ddb10d750320fa994098bdc3e93ef

@ -1 +0,0 @@
Subproject commit d9e078fe08d6466e37ea45ac446a9f60e6866789

@ -1 +1 @@
Subproject commit 3f9236a3a8cfa1a4929d0fd8296722e4ed3550be Subproject commit 30010a6b38cdba49df9e1a94b95700675d493e41

View file

@ -1,22 +0,0 @@
require("smartyank").setup {
validate_yank = false,
highlight = {
enabled = false,
},
clipboard = {
enabled = true,
},
tmux = {
enabled = true,
cmd = { "tmux", "set-buffer", "-w" },
},
osc52 = {
enabled = true,
ssh_only = true,
silent = true,
},
}