initial commit

This commit is contained in:
2022-09-30 20:06:55 +08:00
commit 0e1bf5aad4
11 changed files with 752 additions and 0 deletions

8
lua/defs.lua Normal file
View File

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