Created
March 26, 2023 01:58
-
-
Save xvzftube/8fffb6301cb07d976ca9c62033f3a337 to your computer and use it in GitHub Desktop.
plugins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return { | |
"folke/neodev.nvim", -- setting up nvim things | |
"folke/which-key.nvim", -- hints for keys | |
"sainnhe/everforest", -- everforest theme | |
"phaazon/hop.nvim", -- nvim motions | |
"nvim-lualine/lualine.nvim", -- lualine status bar | |
"kyazdani42/nvim-web-devicons", -- pretty icons | |
"lewis6991/gitsigns.nvim", -- git changes on side bar | |
"nvim-tree/nvim-tree.lua", -- file tree | |
"hkupty/iron.nvim", -- R and Python repl | |
"nvim-treesitter/nvim-treesitter", -- highlighting | |
"nvim-telescope/telescope.nvim", | |
"nvim-telescope/telescope-file-browser.nvim", | |
"nvim-lua/plenary.nvim", | |
"tpope/vim-surround", -- vim surround | |
"karb94/neoscroll.nvim", -- smooth scrolling | |
"williamboman/mason.nvim", -- make it easy to install language servers | |
"williamboman/mason-lspconfig.nvim", | |
"neovim/nvim-lspconfig", | |
"mfussenegger/nvim-dap", | |
"jose-elias-alvarez/null-ls.nvim", | |
"github/copilot.vim", | |
"github/copilot.vim", | |
"windwp/nvim-autopairs", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment