forked from dineshsalunke/nvim-config
refactor: minor cleanup
This commit is contained in:
parent
92294e8382
commit
16fa48edd9
@ -1,10 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"pmizio/typescript-tools.nvim",
|
"pmizio/typescript-tools.nvim",
|
||||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||||
config = function()
|
config = function()
|
||||||
require("typescript-tools").setup({
|
local tstools = require("typescript-tools")
|
||||||
|
tstools.setup({
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
settings = {
|
settings = {
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user