Conversation
Doing a pretty significant nvim version jump and all that entails for plugins, and damn some of the plugin format shit got massively downgraded by the authors in the interim :/
1
0
0
@conor What plugins do you use? I use nvim but I feel like I'm too vanilla. I've been meaning to do something a bit more fancy.
1
0
0
@fustini Here's the list of what I have installed:
Plug 'preservim/vim-colors-pencil'
Plug 'iamcco/markdown-preview.nvim'
Plug 'nvim-mini/mini.icons'
Plug 'dnlhc/glance.nvim'
Plug 'airblade/vim-gitgutter'
Plug 'folke/which-key.nvim'
Plug 'lewis6991/gitsigns.nvim'
Plug 'vim-airline/vim-airline'
Plug 'cloudhead/neovim-fuzzy'
Plug 'neovim/nvim-lsp'
Plug 'neovim/nvim-lspconfig'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim', { 'branch': 'master' }
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'pappasam/coc-jedi', { 'do': 'yarn install --frozen-lockfile && yarn build', 'branch': 'main' }
Plug 'nvim-treesitter/nvim-treesitter-context'
Plug 'psf/black', { 'branch': 'stable' }
Plug 'nvim-telescope/telescope-fzy-native.nvim'
Plug 'sindrets/diffview.nvim', { 'branch': 'main' }
Plug 'sharkdp/fd'
Plug 'kyazdani42/nvim-web-devicons'
Plug 'kyazdani42/nvim-tree.lua'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-sleuth'
Plug 'smithbm2316/centerpad.nvim'
Plug 'ThePrimeagen/harpoon'

I'm not entirely sure what of that I use every time I open the program, but I do know that black is currently broken (and has always been really dodgy as to whether it works or not).

Of course I also have clangd set up with the language server stuff, same for rust-analyser.
0
0
1