iGor milhit
cf6165b19f
- The idea was to improve the markdown experience, but it is not as good as I would have like, especially for folding. Co-Authored-by: iGor milhit <igor@milhit.ch> |
||
---|---|---|
after/ftplugin | ||
doc | ||
lua | ||
my_snippets | ||
.gitignore | ||
README.md | ||
init.lua | ||
init.lua.save | ||
minit.lua |
README.md
title | date | id | tags | ||||
---|---|---|---|---|---|---|---|
My neovim setup | 2024-05-16T12:16:06+0200 | 20240516121606 |
|
Neovim setup
This new configuration is written with the help of:
Requirements
Structure
init.lua
is the configuration file, with the required includes.lua/
is the folder where specific configuration and plugins are.lua/core
contains the basic configuration:options.lua
with the global neovim options.keymaps.lua
with the global neovim key mappings.
lua/config
contains the Lazy plugin manager installation and configuration.lua/plugins
of course contains all other plugins installation and configuration.
Plugins
lazy.nvim
as plugins manager.- Adwaita for the colorscheme.
nvim-tree
as file explorer.telescope.nvim
for the fuzzy finder interface.treesitter
for language grammar support.which-key.nvim
to find out shortkeys.