Skip to content

Commit

Permalink
chore(blink): use def inegration ; fixed border style & update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jan 1, 2025
1 parent aa927b1 commit 1bcf9dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions lazy-lock.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"blink.cmp": { "branch": "main", "commit": "5f442681df24fe705d1ee7ce5b4d435aa4b4dee4" },
"blink.cmp": { "branch": "main", "commit": "d534f9e8bf39299c480e0c2e11dad21f51cfb2fe" },
"catppuccin": { "branch": "main", "commit": "f67b886d65a029f12ffa298701fb8f1efd89295d" },
"dropbar": { "branch": "master", "commit": "178658790f100066f17b03efd7e348c019bf3aff" },
"dropbar": { "branch": "master", "commit": "e5f9fb998a54c0ec1c2d25de88a3c260c494ffe1" },
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
"lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
"lazydev.nvim": { "branch": "main", "commit": "8620f82ee3f59ff2187647167b6b47387a13a018" },
"lspconfig": { "branch": "master", "commit": "ff2b85abaa810f6611233dbe6d31c07510ebf43d" },
"mini": { "branch": "main", "commit": "2faada1cffce5609d78ac5e81eaf3754e0476758" },
"render-markdown.nvim": { "branch": "main", "commit": "ba6253d9673daf0cf394b87b2c2ecb7630944c7d" },
"snacks": { "branch": "main", "commit": "98df370703b3c47a297988f3e55ce99628639590" },
"treesitter": { "branch": "master", "commit": "eb3e850acff4d9f2f2dd8dacd75353043c899753" }
"lspconfig": { "branch": "master", "commit": "8b15a1a597a59f4f5306fad9adfe99454feab743" },
"mini": { "branch": "main", "commit": "e91e854299429c986888711668743711acd8a14b" },
"render-markdown.nvim": { "branch": "main", "commit": "6fbd1491abc104409f119685de5353c35c97c005" },
"snacks": { "branch": "main", "commit": "d312053f78b4fb55523def179ac502438dd93193" },
"treesitter": { "branch": "master", "commit": "e947d35bbf919ea88a24c21cb8afa4621e3cf547" }
}
1 change: 0 additions & 1 deletion lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ local M = {}
-- Expose the map function
M.map = map


M.general = function()
-- insert movement
map("i", "<C-h>", "<Left>")
Expand Down
2 changes: 1 addition & 1 deletion lua/opts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ opts.initial = function()
opt.undofile = true
opt.cmdheight = 0

g.border_style = "single" ---@type "single"|"double"|"rounded"
g.border_style = "rounded" ---@type "single"|"double"|"rounded"
g.winblend = 0
g.mapleader = " "

Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ local plugins = {
flavour = "mocha",
integrations = {
snacks = true,
cmp = true,
treesitter = true,
mason = true,
blink_cmp = true,
native_lsp = {
enabled = true,
virtual_text = {
Expand Down

0 comments on commit 1bcf9dd

Please sign in to comment.