feat: Switch from spaces to tabs for indenting my config
This commit is contained in:
parent
cf9f8c40fc
commit
f073cca3b6
|
@ -13,7 +13,11 @@ return {
|
|||
{ "<C-t>f", "<cmd>Telescope find_files<cr>", desc = "Fuzzy find files with Telescope" },
|
||||
{ "<C-p>", "<cmd>Telescope find_files<cr>", desc = "Fuzzy find files with Telescope" },
|
||||
{ "<C-t>b", "<cmd>Telescope buffers<cr>", desc = "Fuzzy find open buffers with Telescope" },
|
||||
{ "<C-t>s", "<cmd>Telescope lsp_document_symbols<cr>", desc = "Fuzzy find lsp symbols in current document with Telescope" },
|
||||
{
|
||||
"<C-t>s",
|
||||
"<cmd>Telescope lsp_document_symbols<cr>",
|
||||
desc = "Fuzzy find lsp symbols in current document with Telescope",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
pickers = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
indent_type = "Spaces"
|
||||
indent_type = "Tabs"
|
||||
indent_width = 4
|
||||
column_width = 120
|
||||
quote_style = "ForceDouble"
|
||||
|
|
Loading…
Reference in a new issue