rip laptop
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"LazyVim": { "branch": "main", "commit": "25abbf546d564dc484cf903804661ba12de45507" },
|
"LazyVim": { "branch": "main", "commit": "25abbf546d564dc484cf903804661ba12de45507" },
|
||||||
"SchemaStore.nvim": { "branch": "main", "commit": "fb58187b76d8e086f08686b872b50f52eac57818" },
|
"SchemaStore.nvim": { "branch": "main", "commit": "fb58187b76d8e086f08686b872b50f52eac57818" },
|
||||||
|
"blink-cmp-copilot": { "branch": "main", "commit": "439cff78780c033aa23cf061d7315314b347e3c1" },
|
||||||
"blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" },
|
"blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" },
|
||||||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||||
"catppuccin": { "branch": "main", "commit": "30fa4d122d9b22ad8b2e0ab1b533c8c26c4dde86" },
|
"catppuccin": { "branch": "main", "commit": "30fa4d122d9b22ad8b2e0ab1b533c8c26c4dde86" },
|
||||||
"cmake-tools.nvim": { "branch": "master", "commit": "88e07c6bff838a5bda2f461e9c1122b79ff0829f" },
|
"cmake-tools.nvim": { "branch": "master", "commit": "88e07c6bff838a5bda2f461e9c1122b79ff0829f" },
|
||||||
"conform.nvim": { "branch": "master", "commit": "b4aab989db276993ea5dcb78872be494ce546521" },
|
"conform.nvim": { "branch": "master", "commit": "b4aab989db276993ea5dcb78872be494ce546521" },
|
||||||
|
"copilot.lua": { "branch": "master", "commit": "81d289a8ce5d4ee1dea9b1c8ee4ac376b2e27a5f" },
|
||||||
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
||||||
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
|
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"extras": [
|
"extras": [
|
||||||
|
"lazyvim.plugins.extras.ai.copilot",
|
||||||
"lazyvim.plugins.extras.editor.telescope",
|
"lazyvim.plugins.extras.editor.telescope",
|
||||||
"lazyvim.plugins.extras.lang.angular",
|
"lazyvim.plugins.extras.lang.angular",
|
||||||
"lazyvim.plugins.extras.lang.cmake",
|
"lazyvim.plugins.extras.lang.cmake",
|
||||||
|
|||||||
@ -11,10 +11,10 @@ end, { noremap = true, silent = true })
|
|||||||
map("n", "<C-y>", "dd", opts)
|
map("n", "<C-y>", "dd", opts)
|
||||||
|
|
||||||
-- Ctrl+Q → Close window / scope (like JetBrains splits default)
|
-- Ctrl+Q → Close window / scope (like JetBrains splits default)
|
||||||
map("n", "<C-q>", "<C-w>q", opts)
|
map("n", "<C-w", "<C-w>q", opts)
|
||||||
|
|
||||||
-- Ctrl+W → Close buffer/file
|
-- Ctrl+W → Close buffer/file
|
||||||
map("n", "<C-w>", "<cmd>bd<cr>", opts)
|
-- map("n", "<C-w>", "<cmd>bd<cr>", opts)
|
||||||
|
|
||||||
-- Triple Shift (Shift+Shift+Shift) → "Search Everywhere"
|
-- Triple Shift (Shift+Shift+Shift) → "Search Everywhere"
|
||||||
-- Neovim can’t detect triple-modifier presses, so we fake it.
|
-- Neovim can’t detect triple-modifier presses, so we fake it.
|
||||||
@ -23,3 +23,4 @@ map("n", "<leader><leader>", "<cmd>Telescope find_files<cr>", opts)
|
|||||||
map("n", "<leader><leader><leader>", "<cmd>Telescope live_grep<cr>", opts)
|
map("n", "<leader><leader><leader>", "<cmd>Telescope live_grep<cr>", opts)
|
||||||
map("n", "<A-Left>", "<C-w>h", opts)
|
map("n", "<A-Left>", "<C-w>h", opts)
|
||||||
map("n", "<A-Right>", "<C-w>l", opts)
|
map("n", "<A-Right>", "<C-w>l", opts)
|
||||||
|
|
||||||
|
|||||||
@ -35,7 +35,7 @@ Host vps-7
|
|||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
Host fivem-mail
|
Host fivem-mail
|
||||||
HostName fivemod.supply
|
HostName 134.255.217.240
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/keys/local
|
IdentityFile ~/.ssh/keys/local
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|||||||
Reference in New Issue
Block a user