feat(cfg): add prettierd formatting on save

This commit is contained in:
EGRrqq 2023-09-24 13:38:43 -05:00
parent e1eb599844
commit b5e14de307
3 changed files with 88 additions and 2 deletions

View file

@ -215,7 +215,7 @@ require('lazy').setup({
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.
require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.autoformat',
require 'kickstart.plugins.debug',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
@ -454,7 +454,7 @@ local servers = {
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
tsserver = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
-- requirement for https://github.com/olrtg/nvim-emmet