Plugin Manager: lazy.nvim
Run the following command in the ~/.config directory:
git clone [email protected]:Kot6603/nvim.gitMore information to be added
Plugins are managed using lazy.nvim. All plugins are under .lua/config/plugins.
Following plugins are installed (sorted alphabetically):
- conform
- I need my formatters
- fugitive
- the goated vim-git integration
- fzf-lua
- currently exprimenting with fzf-lua instead of telescope
- gitsigns
- to know whats changed
- harpoon
- I love theprimeagen
- lualine
- for beautiful status line
- markdown-preview
- for previewing what my notes would look like
- mini-nvim
- some small quality of life plugins
- nvim-cmp
- autocompletion stuff!!
- nvim-colorizer
- to colour my css
- nvim-lint
- like the formatter, need my linters
- nvim-lspconfig
- lsp configurations!!!
- dependent on mason
- obsidian
- i love obsidian for notetaking
- rose-pine (set to rose-pine-moon)
- my chosen colorscheme
- telescope
- I love teej too
- todo-comments
- I love folke too
- treesitter-context
- for that sticky context in files
- treesitter
- for treesitter in neovim
- undotree
- undotree so that i will never lose anything
- vim-tmux-navigator
- for moving around blazingly fast