summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorRafael <[email protected]>2021-07-05 20:01:19 +0000
committerGitHub <[email protected]>2021-07-05 16:01:19 -0400
commit71c5cb4f0be89d3a175e99b0c2ebc5e55178e8a9 (patch)
tree941ed16b7e2f84ec45ce9b2c4a3d6d638cf584a7 /lua/plugins.lua
parent9d399314d4ef9b05df738dda016ea52ec2e85823 (diff)
(feat) use neoformat as the defalt format option (#715)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index b14cac46..8752a1ba 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -66,6 +66,9 @@ return require("packer").startup(function(use)
-- Treesitter
use { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" }
+ -- Neoformat
+ use { "sbdchd/neoformat", event = "BufEnter" }
+
use {
"kyazdani42/nvim-tree.lua",
-- cmd = "NvimTreeToggle",
@@ -435,7 +438,7 @@ return require("packer").startup(function(use)
"typescript",
"typescriptreact",
"typescript.tsx",
- }
+ },
}
-- use {
-- "jose-elias-alvarez/null-ls.nvim",