# Dependencies wl-clipboard ripgrep ## 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 "+v") - move lualine on the top