popkat412 / nvim-config

My neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@wangy412's neovim config

Plugins

This list is probably horribly out of date because I don't remember to update it. Just... look at lua/config/plugins.lua instead.
Maybe I'll write a script to automatically update this list sometime.

  • packer.nvim
  • nvim-lspconfig
  • lsp-status.nvim
  • nvim-compe
  • nvim-web-devicons
  • neoscroll.nvim
  • lspkind-nvim
  • nvim-colorizer.lua
  • kommentary
  • nvim-ts-context-commentstring
  • formatter.nvim
  • nvim-scratchpad
  • vim-enuch
  • vim-liquid
  • vim-surround
  • vim-wordmotion
  • emmet-vim
  • LuaSnip
  • feline.nvim
  • vim-kitty-navigator
  • vim-kitty
  • gitsigns.nvim
  • nvim-tree.lua
  • telescope.nvim
  • nvim-treesitter

TODO

  • Use some base 16 colorscheme generator
  • Lazy loading

Info

LSP Servers used

Follow instructions here to install (just search for the corresponding language server name)

  • tsserver
  • pyright
  • hls (haskell language server)
  • clangd
  • jsonls
  • bashls
  • html
  • diagnosticls
  • vuels

Other tools

This isn't the complete list, I'm not bothered to go around finding every single tool my config depends on. If anyone is actually looking and finds something I missed, please open an issue.

About

My neovim config


Languages

Language:Lua 91.6%Language:Vim Script 8.4%