1.8 KiB
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)
-
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
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 (https://www.reddit.com/r/neovim/comments/18nj7xr/lualine_is_always_at_the_top_how_to_get_it_to_the/)