Commit graph

245 commits

Author SHA1 Message Date
d0d51f9ea6 Nightfox: set() has been deprecated in favor of load() 2021-08-31 16:42:48 +03:00
d1b217a506 Fix nvim plugin update 2021-08-22 11:36:58 +03:00
e32190aa30 Add more configuration for indent-blankline 2021-08-22 11:33:15 +03:00
34ec627172 Change foot colors to nightfox 2021-08-22 11:32:40 +03:00
e18f384d41 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +03:00
cd62b162b8 Nvim: add fugitive 2021-08-18 14:17:19 +03:00
58a7a64346 Disable bat spacing in cat mode 2021-08-18 09:31:32 +03:00
bdf01fdae1 Alias ls and cat to exa and bat 2021-08-18 09:30:21 +03:00
80fb138fc1 Nvim: add git gutter and line numbers 2021-08-18 09:29:44 +03:00
c3dd70706c Add diff settings for neovim 2021-08-17 22:36:48 +03:00
a824b29e71 Fixes to PAGER 2021-08-17 21:26:05 +03:00
b6b878e461 Only enable pacman command not found handler for archlinux hosts 2021-08-17 21:02:58 +03:00
da9abb7282 Activate zsh rehash with pacman hook 2021-08-17 20:54:45 +03:00
0250876649 Some fixes for skim 2021-08-17 20:32:46 +03:00
0f653f785f Add ~/.bin to path 2021-08-17 19:36:11 +03:00
270a580e8e ZSH improvements:
- Move from FZF to skim (seems to be a bit faster and smooth)
- Improve history
    * Add new options to not save duplicate entries etc
    * pi/pr aliases expand the paru command to history now
2021-08-17 19:17:38 +03:00
9d3972a54a Switch from nvimpager to just nvim as pager 2021-08-17 17:43:30 +03:00
e5d07324a5 Sway: fix unfocused text color 2021-08-17 17:41:52 +03:00
b55b6468d1 Disable java lsp for now 2021-08-16 22:33:24 +03:00
f6cf8443e4 Add gammastep for sway 2021-08-16 22:33:11 +03:00
cb3ef36515 Enable wayland for electron and clutter 2021-08-16 22:30:50 +03:00
95a99aa1bf Refactor neovim config (#2)
Changes include:

- [x] Use init.lua instead of init.vim
   - Some keybindings are still to be converted
- [x] Use packer as a package manager instead of vim-plug
- [ ] Use built-in lsp instead of coc.nvim
   - [x] Set up language servers
   - [x] Completion
   - [x] Formatting (previously coc-prettier, now neoformat)
   - [ ] Snippets
- [ ] Replace fzf with telescope.nvim
- [x] Implement treesitter syntax highlighting
   - More info: https://github.com/nvim-treesitter/nvim-treesitter

Note that this requires neovim nightly until 0.5 is released

Reviewed-on: #2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
2021-08-08 15:33:23 +03:00
924cc4f807 Use fd instead of ripgrep in zsh fzf plugin 2021-08-03 12:03:39 +03:00
ec490c0d32 Remove docker-compose zsh completion since it's provided by default
nowadays
2021-07-29 22:41:28 +03:00
80728aa90f Only add vulkan and wayland stuff for mirkwood mpv 2021-07-16 11:29:24 +03:00
aa7280dac2 Remove deprecated option from alacritty 2021-07-08 13:11:43 +03:00
a64d1345ee Aliases don't need $@ 2021-06-11 10:55:55 +03:00
64fc8d9c0d Change grc functions to aliases. Fixes some syntax errors (?) 2021-06-11 10:53:35 +03:00
5d13d202c0 Add packager information to makepkg 2021-04-22 18:35:03 +03:00
a2b19f120a Enable optimized build for rust and x86-v3 2021-04-22 18:00:22 +03:00
2f1317359c Fix gpg-agent 2021-04-21 17:46:54 +03:00
30a2ef11ff Add dbus-update-activation-environment to sway exec, fixes
pinentry-gnome3
2021-04-21 17:15:30 +03:00
a7fd9883e3 Update facebook video regex's 2021-04-11 10:42:33 +03:00
87fd6fed1a Fix beets music library path 2021-03-24 18:43:52 +02:00
c0044a88e3 Remove gnome-keyring 2021-02-27 12:28:19 +02:00
798d849e6e Fix output name 2021-02-27 11:53:19 +02:00
9b68f61d88 Disable laptop screen output when closing lid 2021-02-27 11:49:59 +02:00
24dd62e0aa Don't load mpris plugin in config
Fixes #4. Apparently the AUR package has been updated to load the plugin
automatically
2021-02-15 17:06:27 +02:00
c9674bc9ad Add coc-flutter to nvim 2021-01-30 11:23:00 +02:00
6f64e8296c Remove deprecated ncmpcpp options 2021-01-30 11:22:45 +02:00
fdadd3671f Make update repo function update firefox too 2021-01-19 18:40:44 +02:00
dfd5b5082c Update firefox with all target 2021-01-16 12:14:40 +02:00
31edb64dbb Fix firefox update function 2021-01-16 12:13:33 +02:00
c1762007fc Fix firefox update function 2021-01-16 12:10:24 +02:00
4ca00a8068 Fix firefox nightly update function 2021-01-16 12:08:56 +02:00
9cf2640706 Small fix 2020-12-25 11:11:53 +02:00
6cba0b727d Update firefox nightly every time repo updates 2020-12-25 11:05:49 +02:00
3a451f7538 Small fixes 2020-12-25 10:59:03 +02:00
996436c1cd Add repo maintenance alias and AUR_PAGER in env 2020-12-20 15:34:07 +02:00
9fef0b7ded Only set SSH_AUTH_SOCK if not logging in over SSH 2020-12-17 00:08:23 +02:00