nvim: add markup and typst support
This commit is contained in:
parent
cc39b20de7
commit
a5d911e955
3 changed files with 34 additions and 0 deletions
|
@ -19,6 +19,11 @@ return {
|
|||
"<cmd>Telescope find_files<cr>",
|
||||
desc = "Find files",
|
||||
},
|
||||
{
|
||||
"<leader>ss",
|
||||
"<cmd>Telescope current_buffer_fuzzy_find<cr>",
|
||||
desc = "Search in buffer",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue