commit 40103eb12854b45ed207510caa8dbd424e93abdd
parent db34bcacfa65b3fb8a707df35963a01c1c7ef391
Author: Tomas Nemec <owl@gtms.dev>
Date: Wed, 27 Dec 2023 00:08:01 +0100
update
Diffstat:
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/lua/plugins.lua b/lua/plugins.lua
@@ -11,9 +11,9 @@ return require('paq') {
'ggandor/leap-spooky.nvim',
'tpope/vim-repeat',
'kylechui/nvim-surround',
- 'chaoren/vim-wordmotion', -- word counts with _,.,-,...
- 'romgrk/equal.operator', -- equal text object `lefthand = righthand`
- { 'godlygeek/tabular', opt = true }, -- align
+ 'chaoren/vim-wordmotion',
+ 'romgrk/equal.operator',
+ { 'godlygeek/tabular', opt = true },
'numToStr/Comment.nvim',
'mbbill/undotree',
'nvchad/nvim-colorizer.lua',
@@ -24,7 +24,7 @@ return require('paq') {
{ 'lervag/vimtex', opt = true },
'milisims/nvim-luaref',
-- { 'nvim-neorg/neorg', requires = { 'nvim-lua/plenary.nvim' } }
- { 'mickael-menu/zk-nvim', opt = true }, -- quickfix list
+ 'mickael-menu/zk-nvim',
'kevinhwang91/nvim-bqf',
'shortcuts/no-neck-pain.nvim',
'nagy135/typebreak.nvim',
@@ -34,12 +34,13 @@ return require('paq') {
'tpope/vim-fugitive',
'ThePrimeagen/git-worktree.nvim',
'rhysd/conflict-marker.vim',
- { 'rest-nvim/rest.nvim', requires = { 'nvim-lua/plenary.nvim' }, opt = true }, -- filetype
+ { 'rest-nvim/rest.nvim', requires = { 'nvim-lua/plenary.nvim' }, opt = true },
'tikhomirov/vim-glsl',
'windwp/nvim-ts-autotag',
'baskerville/vim-sxhkdrc',
'mfussenegger/nvim-jdtls',
'akinsho/pubspec-assist.nvim',
+ 'tzachar/cmp-ai',
'dmitmel/cmp-cmdline-history',
'f3fora/cmp-spell',
'hrsh7th/cmp-buffer',
@@ -75,7 +76,7 @@ return require('paq') {
'microsoft/vscode-js-debug',
opt = true,
build = 'npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out',
- }, -- treesitter
+ },
'nvim-treesitter/nvim-treesitter',
'nvim-treesitter/nvim-treesitter-textobjects',
'nvim-treesitter/nvim-treesitter-refactor',
@@ -83,20 +84,20 @@ return require('paq') {
'nvim-treesitter/playground',
'JoosepAlviste/nvim-ts-context-commentstring',
'cshuaimin/ssr.nvim',
- 'ThePrimeagen/refactoring.nvim', -- telescope
+ 'ThePrimeagen/refactoring.nvim',
{
'nvim-telescope/telescope.nvim',
requires = { 'nvim-lua/popup.nvim', 'nvim-lua/plenary.nvim', 'kyazdani42/nvim-web-devicons' },
},
'nvim-telescope/telescope-fzy-native.nvim',
'nvim-telescope/telescope-dap.nvim',
- { 'aaronhallaert/advanced-git-search.nvim', requires = { 'tpope/vim-fugitive' } }, -- Godot
- 'habamax/vim-godot', -- qmk
- 'codethread/qmk.nvim', -- personal
- 'GenesisTMS/trans.nvim',
+ { 'aaronhallaert/advanced-git-search.nvim', requires = { 'tpope/vim-fugitive' } },
+ 'habamax/vim-godot',
+ 'codethread/qmk.nvim',
+ -'GenesisTMS/trans.nvim',
{ url = 'git@gitlab.com:gtms/dart-tools.nvim' },
-- use '/home/tms/dev/nvim/plugins/dart-tools.nvim'
- { url = 'git@gitlab.com:gtms/difftastic.nvim' }, -- database
+ { url = 'git@gitlab.com:gtms/difftastic.nvim' },
'tpope/vim-dadbod',
'kristijanhusak/vim-dadbod-ui',
'kristijanhusak/vim-dadbod-completion',