47 lines
1.8 KiB
Markdown
47 lines
1.8 KiB
Markdown
# Dependencies
|
|
wl-clipboard ripgrep luarocks lua npm
|
|
|
|
## Used plugins
|
|
- https://github.com/folke/lazy.nvim (plugin manager)
|
|
|
|
### Ricing plugins
|
|
- https://github.com/neanias/everforest-nvim (colour scheme)
|
|
- https://github.com/nvim-lualine/lualine.nvim (status bar)
|
|
|
|
### Basic utilitiy plugins
|
|
- https://github.com/nvim-telescope/telescope.nvim (fuzzy finder)
|
|
- https://github.com/nvim-telescope/telescope-ui-select.nvim (ui for code actions)
|
|
- https://github.com/epwalsh/obsidian.nvim (Obsidian in Nvim)
|
|
|
|
- https://github.com/nvim-treesitter/nvim-treesitter (tree sitter plugin old)
|
|
- https://github.com/nvim-neo-tree/neo-tree.nvim (map of filesystem)
|
|
- https://github.com/christoomey/vim-tmux-navigator (tmux integration)
|
|
|
|
### LSP plugins
|
|
- https://github.com/williamboman/mason.nvim (lsp manager)
|
|
- https://github.com/williamboman/mason-lspconfig.nvim (messenger)
|
|
- https://github.com/neovim/nvim-lspconfig (neovim side)
|
|
|
|
- https://github.com/LuaLS/lua-language-server (lua lsp)
|
|
- html-lsp over mason
|
|
- https://github.com/artempyanykh/marksman (markdown lsp)
|
|
- https://github.com/typescript-language-server/typescript-language-server (javascript and typescript lsp)
|
|
|
|
### Old plugins
|
|
- https://github.com/catppuccin/nvim?tab=readme-ov-file (colour scheme)
|
|
|
|
## Tutorials used
|
|
- [YT - typecraft serie](https://www.youtube.com/watch?v=zHTeCSVAFNY&list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn)
|
|
- [Primegeon](https://www.youtube.com/watch?v=w7i4amO_zaE&t=81s)
|
|
|
|
## Cool plugins to add
|
|
|
|
### Cool plugins to study
|
|
- https://github.com/Feel-ix-343/markdown-oxide?tab=readme-ov-file (lsp that makes Obsidian from .md)
|
|
|
|
## Tutorials foud
|
|
|
|
## Ideas to do
|
|
- multiple buffers open in one widnow (posible with vim "<C-w>+v")
|
|
- move lualine on the top (https://www.reddit.com/r/neovim/comments/18nj7xr/lualine_is_always_at_the_top_how_to_get_it_to_the/)
|