Compare commits

..

No commits in common. "c78aa4a5c97f05e4b72b996334f4dab8c37149d8" and "76a49f975af153e89e225a77d5754bbce968e7df" have entirely different histories.

7 changed files with 13 additions and 10 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule ".vim/bundle/vim-argwrap"]
path = pack/plugins/start/vim-argwrap
url = https://git.foosoft.net/alex/vim-argwrap.git
[submodule ".vim/bundle/vim-sort-motion"]
path = pack/plugins/start/vim-sort-motion
url = https://github.com/christoomey/vim-sort-motion.git
@ -94,6 +97,3 @@
[submodule "pack/plugins/start/fzf-lua"]
path = pack/plugins/start/fzf-lua
url = https://github.com/ibhagwan/fzf-lua.git
[submodule "pack/plugins/start/argonaut.nvim"]
path = pack/plugins/start/argonaut.nvim
url = https://git.foosoft.net/alex/argonaut.nvim.git

View File

@ -1 +1,3 @@
vim.diagnostic.disable()
vim.b.argwrap_wrap_closing_brace = 0

View File

@ -1 +1,3 @@
vim.diagnostic.disable()
vim.b.argwrap_wrap_closing_brace = 0

View File

@ -5,3 +5,5 @@ vim.keymap.set('n', '<leader>c', vim.cmd.GoCoverage)
vim.keymap.set('n', '<leader>i', vim.cmd.GoInstall)
vim.keymap.set('n', '<leader>r', vim.cmd.GoRun)
vim.keymap.set('n', '<leader>t', vim.cmd.GoTest)
vim.b.argwrap_tail_comma = 1

View File

@ -1,9 +1,3 @@
-- argonaut.nvim
vim.keymap.set('n', '<leader>a', function()
vim.cmd.ArgonautReload()
vim.cmd.ArgonautReflow()
end)
-- comment.nvim
require('Comment').setup()
@ -94,6 +88,9 @@ require('lualine').setup {
require('revolver').setup({'.c', '.cpp', '.h', '.hpp', '.inl'})
vim.keymap.set('n', 'gfs', vim.cmd.Revolver)
-- vim-argwrap
vim.keymap.set('n', '<leader>a', vim.cmd.ArgWrap)
-- vim-better-whitespace
vim.api.nvim_set_hl(0, 'ExtraWhitespace', {link = 'Search'})

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

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