682bdbb680
Of course you have to have tig installed. Inside tig you can manage common git tasks like staging and commiting |
||
---|---|---|
fnl | ||
ftdetect | ||
.editorconfig | ||
.gitignore | ||
init.lua | ||
lazy-lock.json | ||
README.md |
NeoVS (aka NeoMacs)
It behaves like VSCodium but it's configured with a LISP.
How
- hotpot is downloaded if not found via
init.lua
(to thelazy
packages folder so it can be managed from there later) fnl/init.fnl
is required frominit.lua
fnl/init.fnl
wires uplazy.nvim
for package management
Features
- Syntax highlighting via nvim-treesitter
- Language Server Protocols via mason
- Fuzzy finding via telescope
- Completion and snippets via nvim-cmp
- what Inside
- this like
Dependencies
To build some of the packages you will need:
- ctags
- cmake
- cargo
- npm
ripgrep is expected for grep
.
Inside Neovim this is useful:
:checkhealth