1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
Commit graph

673 commits

Author SHA1 Message Date
4d3bd82df5 move bash configs into bash subdirectory 2025-10-29 01:22:22 +01:00
8d7bd4cf1f tmux.conf: position satusbar on top. 2025-10-16 18:52:27 +02:00
62709e8790 add gitconfig 2025-10-16 18:52:02 +02:00
2258cc46b6 phpactor/phpactor.yml: add laravel-facade 2025-10-16 18:51:34 +02:00
5165a53aae nvim/lua/user/options.lua: set user.indentGuides 2025-10-16 18:50:55 +02:00
32f5082360 nvim/lua/user/options.lua: update listchars 2025-10-16 18:50:40 +02:00
0f73db8246 update keymaps for toggling whitespace/indent guidelines to use util functions 2025-10-16 18:50:03 +02:00
19ee1857c9 nvim/lua/user/utils/indent.lua: in setSofttabs default to local 2025-10-16 18:48:28 +02:00
76b57ddf14 nvim/lua/user/icons.lua: add debug icons 2025-10-16 18:48:05 +02:00
ac0d102cab add nvim/lua/user/utils/whitespace.lua 2025-10-16 18:47:52 +02:00
9b11ccd05c add nvim/lua/user/utils/indent_guidelines.lua 2025-10-16 18:47:32 +02:00
514ce5fefc nvim/lua/user/utils/misc.lua: minor style fix 2025-10-16 18:47:01 +02:00
330d1a0ad6 nvim/lua/user/plugins/ui/statusline.lua: ignore dap filetypes 2025-10-16 18:46:17 +02:00
2db3ff1c16 nvim/lua/user/plugins/ui/statuscolumn.lua: ignore dap filetypes 2025-10-16 18:46:09 +02:00
4620d33296 nvim/lua/user/plugins/ui/colorscheme.lua: update 2025-10-16 18:45:52 +02:00
069e6866e9 nvim/lua/user/plugins/lang/lua.lua: remove VIMRUNTIME from workspace.library 2025-10-08 08:28:49 +02:00
9425db6b9e nvim: update .luarc.json 2025-10-08 08:28:20 +02:00
34984ce012 nvim/lua/user/plugins/ide/autocomplete.lua: configure snippets 2025-10-08 08:27:07 +02:00
cc4b4d06a0 phpactor: update templates 2025-10-03 07:15:07 +02:00
cb9b9f8009 nvim/lua/user/plugins/lang/php.lua: use my own neotest-phpunit 2025-09-29 15:19:36 +02:00
bee8e35ae8 nvim/lua/user/plugins/ide/autocomplete.lua: update 2025-09-29 15:19:16 +02:00
0ddd0309ca nvim/lua/user/plugins/ui/colorscheme.lua: fix indent lines and whitespace highlight 2025-09-29 15:18:47 +02:00
fad0842b76 nvim/lua/user/utils/indent.lua: document parameters and minor updates 2025-09-29 15:17:58 +02:00
f8d96a05da hypr/hyprland.conf: remove old gestures config 2025-09-28 19:58:04 +02:00
e885d4ea66 nvim: prefer unix line endings 2025-09-28 12:18:49 +02:00
dd05d65994 nvim/lua/user/plugins/ui/colorscheme.lua: add @type.builtin 2025-09-23 19:30:21 +02:00
ea22774d62 nvim/lua/user/plugins/lang/go.lua: ignore ST1000 and ST1003 2025-09-23 19:29:15 +02:00
3c232dafe1 nvim: update lazy packages 2025-09-23 19:29:00 +02:00
419a78db76 nvim/lua/user/plugins/lang/php.lua: add phpstan to mason. 2025-09-23 19:28:04 +02:00
71b3445c42 nvim/README.md: require Neovim 0.11+ 2025-09-23 19:27:41 +02:00
ed76e46d41 nvim/lua/user/plugins/lang/typescript.lua: use vue_ls as plugin 2025-09-23 19:26:05 +02:00
e0223cd40d nvim/lua/user/plugins/lang/vue.lua: volar is renamed to vue_ls 2025-09-23 19:25:28 +02:00
d6c427f66a nvim/lua/user/plugins/editor/treesitter.lua: update dotenv file pattern 2025-09-23 19:21:12 +02:00
f5a41a9680 nvim/lua/user/plugins/lang/go.lua: use mason-org/mason.nvim instead of williamboman/mason.nvim 2025-09-23 19:21:12 +02:00
728669d288 add javascript config 2025-09-23 19:21:12 +02:00
fff1d291ab nvim/lua/user/plugins/ide/lsp.lua: update to mason 2.0+
also dropping support for nvim < 0.11
2025-09-23 19:21:12 +02:00
efa59ac393 update alacritty 2025-09-18 02:31:03 +02:00
f680004458 update bash config 2025-09-18 02:30:32 +02:00
9eaeadef40 update fish config 2025-09-18 02:23:56 +02:00
70cc0aa2e3 nvim/lua/user/plugins/lang/go.lua: pass parameters to vim.lsp.util.make_range_params 2025-09-10 17:25:02 +02:00
23bb87d19e waybar: update 2025-09-08 00:02:31 +02:00
3642636a47 fish: make ll and ls functions lookup eza in $PATH instead of using absolute path. 2025-09-08 00:01:45 +02:00
836da579e6 hypr/hyprland.conf: update 2025-07-21 06:00:31 +02:00
558046dcaf keymaps/install.sh: symlink xkb instead of installing in /usr/share 2025-07-21 05:59:44 +02:00
ed0ea4c650 move keymaps/pnx-us-se to xkb/symbols/pnx-us-se
by symlinking this to ~/.config there is no need to install it
system-wide.
2025-07-21 05:52:23 +02:00
c0075ac1ab nvim/lua/user/keymaps.lua: path formatting 2025-07-21 05:51:11 +02:00
f946f2ea6d nvim/lua/user/plugins/ide.lua: import ide.test 2025-07-21 05:50:59 +02:00
fc1bafc590 nvim/lua/user/plugins/ui/editor.lua: update todo-comments settings 2025-07-21 05:50:32 +02:00
3c9a19b863 nvim/lua/user/plugins/ui/colorscheme.lua: todo comments 2025-07-21 05:50:14 +02:00
8715f65c86 nvim/lua/user/plugins/ui/colorscheme.lua: update SignColumnSep 2025-07-21 05:49:54 +02:00