nov29 commit

This commit is contained in:
Alexander Muszynski
2024-11-29 15:36:20 -05:00
parent e7141465b1
commit 79fecb8688
3 changed files with 28 additions and 7 deletions
+8
View File
@@ -12,4 +12,12 @@ return {
end,
ft = { 'markdown' },
},
{
'navarasu/onedark.nvim',
opts = {
style = 'warm',
transparent = true,
term_colors = true,
},
},
}
+13
View File
@@ -0,0 +1,13 @@
local opts = {
settings = {
tsserver_file_preferences = {
quotePreference = 'single',
},
},
}
return {
'pmizio/typescript-tools.nvim',
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
opts = opts,
}