refactor: extract neovim config

This commit is contained in:
Michael Mandl 2024-07-10 12:52:58 +02:00
parent f73b6206cd
commit 35550c6085
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
45 changed files with 6 additions and 696 deletions

7
neovim/lualine.lua Normal file
View file

@ -0,0 +1,7 @@
require('lualine').setup({
options = { globalstatus = true },
sections = {
lualine_c = { { "filename", path = 1 }, "require('lsp-status').status()" }
},
extensions = { "toggleterm" }
})