nov29 commit
This commit is contained in:
@@ -12,4 +12,12 @@ return {
|
||||
end,
|
||||
ft = { 'markdown' },
|
||||
},
|
||||
{
|
||||
'navarasu/onedark.nvim',
|
||||
opts = {
|
||||
style = 'warm',
|
||||
transparent = true,
|
||||
term_colors = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user