Skip to content

Commit

Permalink
feat: add full_visual_line plug
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 12, 2024
1 parent 346decf commit 909670e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"copilot.lua": { "branch": "master", "commit": "03f825956ec49e550d07875d867ea6e7c4dc8c00" },
"dressing.nvim": { "branch": "master", "commit": "6f212262061a2120e42da0d1e87326e8a41c0478" },
"friendly-snippets": { "branch": "main", "commit": "b8fae73a479ae0a1c54f5c98fa687ae8a0addc53" },
"full_visual_line.nvim": { "branch": "master", "commit": "c6375ff50338ac6069aec99fb9adfaadc9174618" },
"gitsigns.nvim": { "branch": "main", "commit": "2c2463dbd82eddd7dbab881c3a62cfbfbe3c67ae" },
"harpoon": { "branch": "harpoon2", "commit": "a38be6e0dd4c6db66997deab71fc4453ace97f9c" },
"headlines.nvim": { "branch": "master", "commit": "d39c4e6ed8963717bc9b2dc39fada8fe1039e9bf" },
Expand Down
6 changes: 6 additions & 0 deletions lua/aquila/plugins/full_visual_line.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
'0xAdk/full_visual_line.nvim',
event = "BufRead",
keys = 'V',
opts = {},
}

0 comments on commit 909670e

Please sign in to comment.