few small fixes

This commit is contained in:
2022-10-27 15:20:21 +08:00
parent 0e1bf5aad4
commit 45464380bc
7 changed files with 118 additions and 81 deletions

View File

@@ -1,8 +1,8 @@
return {
-- Yes, I use the Mate desktop environment
template_dir = '~/templates',
external_term = 'mate-terminal',
external_filemgr = 'caja',
external_pdfviewer = 'atril',
external_term = 'gnome-terminal',
external_filemgr = 'nautilus',
external_pdfviewer = 'evince',
lsp_path = vim.env.HOME .. '/.local/share/lsp_servers'
}