mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
(feat) use neoformat as the defalt format option (#715)
This commit is contained in:
parent
9d399314d4
commit
71c5cb4f0b
18 changed files with 26 additions and 312 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue