migrated to lazy.nvim, cleanup and fixes

This commit is contained in:
2025-03-25 23:13:50 +08:00
parent 93e008c735
commit 19bded245e
11 changed files with 366 additions and 371 deletions

View File

@@ -1,7 +1,7 @@
return {
template_dir = '~/templates',
external_term = 'kgx',
external_filemgr = 'nautilus',
external_pdfviewer = 'evince',
external_term = 'xfce4-terminal',
external_filemgr = 'thunar',
external_pdfviewer = 'atril',
lsp_path = vim.env.HOME .. '/.local/share/lsp_servers'
}