This commit is contained in:
Greg 2026-07-28 12:46:25 +03:00
parent 039fe3cf2a
commit 58bac4234b
7 changed files with 23 additions and 30 deletions

View file

@ -1,5 +1,6 @@
if status --is-login
if test (tty) = /dev/tty1
set -gx WLR_RENDERER vulkan
exec sway
end
end

View file

@ -16,3 +16,7 @@ set --export PATH $BUN_INSTALL/bin $PATH
set --export PATH ~/.scripts/ $PATH
source ~/.config/fish/env.fish
# Added by Antigravity CLI installer
set -gx PATH "/home/foton/.local/bin" $PATH

View file

@ -19,20 +19,6 @@ map("v", "p", '"_dP', { desc = "do not overwrite 0 register when pasting over se
-- or just use <C-\><C-n> to exit terminal mode
map("t", "<Esc><Esc>", "<C-\\><C-n>", { desc = "Exit terminal mode" })
-- TIP: Disable arrow keys in normal mode
map("n", "<left>", function()
vim.notify("Use h to move!!")
end)
map("n", "<right>", function()
vim.notify("Use l to move!!")
end)
map("n", "<up>", function()
vim.notify("Use k to move!!")
end)
map("n", "<down>", function()
vim.notify("Use j to move!!")
end)
map("n", "<X1Mouse>", "<C-O>", { silent = true, desc = "go back with mouse" })
map("n", "<X2Mouse>", "<C-I>", { silent = true, desc = "go forward with mouse" })

View file

@ -17,6 +17,8 @@ Conform.setup({
typescript = { "biome" },
typescriptreact = { "biome" },
json = { "biome" },
sh = { "shfmt" },
bash = { "shfmt" },
-- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true },
},

View file

@ -12,6 +12,7 @@ local lsps = {
"css-lsp",
"lua-language-server",
"codebook",
"shfmt",
}
for _, lsp in ipairs(lsps) do

View file

@ -6,7 +6,7 @@
"version": "'v2.4.1'"
},
"aerial.nvim": {
"rev": "645d108a5242ec7b378cbe643eb6d04d4223f034",
"rev": "28fe6e822ae344544c379d60fcb13c9519a1f08a",
"src": "https://github.com/stevearc/aerial.nvim"
},
"arborist.nvim": {
@ -14,7 +14,7 @@
"src": "https://github.com/arborist-ts/arborist.nvim"
},
"auto-session": {
"rev": "daa7c996a0395e26342934843938647d0f1e87f4",
"rev": "6cde3874a9283c2db55627acca5f28e4fa402320",
"src": "https://github.com/rmagatti/auto-session"
},
"blink.cmp": {
@ -23,11 +23,11 @@
"version": "1.0.0 - 2.0.0"
},
"conform.nvim": {
"rev": "dca1a190aa85f9065979ef35802fb77131911106",
"rev": "619363c30309d29ffa631e67c8183f2a72caa373",
"src": "https://github.com/stevearc/conform.nvim"
},
"flash.nvim": {
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
"rev": "b6346946d10d07998efee029fb0f7a593806d0cd",
"src": "https://github.com/folke/flash.nvim"
},
"friendly-snippets": {
@ -35,11 +35,11 @@
"src": "https://github.com/rafamadriz/friendly-snippets"
},
"grug-far.nvim": {
"rev": "21790e59dd0109a92a70cb874dd002af186314f5",
"rev": "0f6a5d0d7a70659b11bbcd6b3673ee0fe61b6024",
"src": "https://github.com/MagicDuck/grug-far.nvim"
},
"i18n.nvim": {
"rev": "128959499a9425bb4f1a5574fd92a23be00cb442",
"rev": "117ba036738171f0ebf3abd2290be4363e2aeb4c",
"src": "https://github.com/yelog/i18n.nvim"
},
"js-i18n.nvim": {
@ -56,11 +56,11 @@
"src": "https://github.com/folke/lazydev.nvim"
},
"lualine.nvim": {
"rev": "131a558e13f9f28b15cd235557150ccb23f89286",
"rev": "221ce6b2d999187044529f49da6554a92f740a96",
"src": "https://github.com/nvim-lualine/lualine.nvim"
},
"mason.nvim": {
"rev": "e54f5bf5f12c560da31c17eee5b3e1bd369f3ff9",
"rev": "2a6940af80375532e5e9e7c1f2fc6319a1b7a69d",
"src": "https://github.com/mason-org/mason.nvim"
},
"nord.nvim": {
@ -72,19 +72,19 @@
"src": "https://github.com/windwp/nvim-autopairs"
},
"nvim-lspconfig": {
"rev": "75e49cfa588a89ca667d767c0afef3ceac205faa",
"rev": "d592c1e6ad9a0a01b3d5ed3f0345d68407167181",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-surround": {
"rev": "2e93e154de9ff326def6480a4358bfc149d5da2c",
"rev": "8b47db616ef658b8fc27e61db2896aa2f40134de",
"src": "https://github.com/kylechui/nvim-surround"
},
"nvim-treesitter": {
"rev": "4916d6592ede8c07973490d9322f187e07dfefac",
"rev": "a45a920ec04cda5624f6dea0ff6454c81c3ad2d5",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"nvim-web-devicons": {
"rev": "2795c26c916bb3c57dde308b82be51971fa92747",
"rev": "2ae6958df7ced50baac5035cec0c15799eedfbf7",
"src": "https://github.com/nvim-tree/nvim-web-devicons"
},
"onedark.nvim": {
@ -92,7 +92,7 @@
"src": "https://github.com/navarasu/onedark.nvim"
},
"oxocarbon.nvim": {
"rev": "a7ba74849a00546a311f8c146320b433900393e7",
"rev": "cf49e389c22dab56224e43ae16422ddcd5b61b28",
"src": "https://github.com/nyoom-engineering/oxocarbon.nvim"
},
"plenary.nvim": {
@ -100,7 +100,7 @@
"src": "https://github.com/nvim-lua/plenary.nvim"
},
"render-markdown.nvim": {
"rev": "629eb9533ec989d9d5c6cab8f3ad5372422c24e0",
"rev": "f422cb5c6855f150e2ddcfaf44e7157b98b34f6a",
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
},
"smear-cursor.nvim": {
@ -108,7 +108,7 @@
"src": "https://github.com/sphamba/smear-cursor.nvim"
},
"snacks.nvim": {
"rev": "ad9ede6a9cddf16cedbd31b8932d6dcdee9b716e",
"rev": "882c996cf28183f4d63640de0b4c02ec886d01f2",
"src": "https://github.com/folke/snacks.nvim"
},
"tokyonight.nvim": {

View file

@ -142,7 +142,6 @@ input "type:keyboard" {
#
# Basics:
#
bindsym --to-code $mod+g exec $term -e fish -i -C y
bindsym --to-code $mod+Return exec $term
bindsym --to-code $mod+Shift+q kill
bindsym --to-code $mod+Space exec $menu