My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 9240356896da86708d9d362fd044c82b38a3343e
Parent: 819b2db67f666013c120d01a72b40f56e7ebf063
Author: mcol <mcol@posteo.net>
Date: 2024-12-16 00:04:41 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2024-12-16 00:04:41 +0000

add more of path to status line

start/self/plugin/init.lua Modified

@@ -8,5 +8,5 @@
 })
 
 require('lualine').setup({
-    options = { section_separators = '', component_separators = '' }
+    options = { section_separators = '', component_separators = '', path = 3 }
 })