Default can be edited in nvim/init.lua or manually with :colorscheme <scheme>
To install neovim
:Lazy
For LSP servers we use Mason: https://github.com/mason-org/mason.nvim
:Mason
LSP server automatic installation with mason-lspconfig
:help lspconfig-all add the server name to the "ensure_installed" list under lua/sbrk/lsp.lua
Check installation status with
:checkheath lsp
Ref: https://lazy.folke.io/installation
Purpose: Treesitter simply improves the syntax highlighting
Check installation status:
:checkhealth nvim-treesitter
Check installed language:
:TSInstallInfo
Purpose: Formatter
; + f + f = fuzzy finder with CTRL to open in a new tab
git clone --depth=1 https://github.com/github/copilot.vim.git ~/.config/nvim/pack/github/start/copilot.vim
List sessions
CTRL+a s
Select in multisplitted pane:
SHIFT+F11
Insert date
:r !date
Select all in visual mode
ggVG
Save without triggered Conform
:noautocmd w
Export:
gpg --export-secrets-key --armor <key-name> > <key-name>.gpg.asc
Import:
gpg --import <key-name>