feat: display LSP source on statusline

This commit is contained in:
NotAShelf 2023-06-07 02:36:02 +03:00
commit 0c01fbc121
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
3 changed files with 25 additions and 3 deletions

View file

@ -15,6 +15,9 @@ in {
vim.luaConfigRC.modes-nvim = nvim.dag.entryAnywhere ''
require('modes').setup({
set_cursorline = ${boolToString cfg.setCursorline},
line_opacity = {
visual = 0,
},
colors = {
copy = "${toString cfg.colors.copy}",
delete = "${toString cfg.colors.delete}",