Continue watching: https://laracasts.com/series/neovim-as-a-php-ide/episodes/19
NERD Fonts to download: https://www.nerdfonts.com/font-downloads
Kitty configuration: https://sw.kovidgoyal.net/kitty/conf/
Dotfiles repo: https://github.com/jessarcher/dotfiles/
_Keymaps.lua: https://github.com/jessarcher/dotfiles/blob/master/nvim/lua/user/keymaps.lua
Neovim kickstart.nvim init.lua: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua
# zsh-users/zsh-completions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
# Keep this in .zshrc
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
# zsh-users/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
plugins (
zsh-autosuggestions
)
# zsh-users/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=( [plugins...] zsh-syntax-highlighting)
I cannot run flameshot, it is saying cannot take screenshot
In Ubuntu press the window key search for keyboard shortcuts
Click - View and Customize shortcuts - Custom Shortcuts
Click +
icon
Name: Flameshot screenshot
Command:
script --command "flameshot gui" /dev/null
Shortcut: Use your own shortcut e.g. Ctrl
+ Alt
+ x
Useful telescope extensions: https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions
To integrate LSP completion with emmet: https://github.com/pedro757/emmet