feat: added vim-polyglot to neovim plugins
parent
f3ea656869
commit
c3bed0a62b
|
@ -68,6 +68,8 @@ require("packer").startup(function(use)
|
|||
use("jpalardy/vim-slime")
|
||||
use("neovim/nvim-lspconfig")
|
||||
use("lukas-reineke/lsp-format.nvim")
|
||||
|
||||
use("sheerun/vim-polyglot")
|
||||
end)
|
||||
|
||||
local o = vim.opt
|
||||
|
|
Loading…
Reference in New Issue