Compare commits

..

4 Commits

Author SHA1 Message Date
c78aa4a5c9 Merge branch 'dev' 2024-04-26 21:06:56 -07:00
4af53d7abb Move to argnoaut 2024-04-26 21:06:40 -07:00
4cfae23fc0 Merge branch 'master' into dev 2024-04-20 09:05:14 -07:00
77ac354da5 Revert "Remove arognaut"
This reverts commit 04b2cd3681.
2024-03-04 20:27:35 -08:00
7 changed files with 10 additions and 13 deletions

6
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[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
@ -97,3 +94,6 @@
[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,3 +1 @@
vim.diagnostic.disable()
vim.b.argwrap_wrap_closing_brace = 0

View File

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

View File

@ -5,5 +5,3 @@ 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,3 +1,9 @@
-- argonaut.nvim
vim.keymap.set('n', '<leader>a', function()
vim.cmd.ArgonautReload()
vim.cmd.ArgonautReflow()
end)
-- comment.nvim
require('Comment').setup()
@ -88,9 +94,6 @@ 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'})

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

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