mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
e9a1605db5
commit
3f3a9b2950
2 changed files with 22 additions and 18 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
vim = vim or {}
|
||||||
|
|
||||||
-- Line Numbering
|
-- Line Numbering
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
vim.o.number = true
|
vim.o.number = true
|
||||||
|
|
@ -56,3 +58,6 @@
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.cmd('highlight! link LspDiagnosticsVirtualTextError LspDiagnosticsVirtualTextErrorTransparent')
|
||||||
|
vim.cmd('highlight! LspDiagnosticsVirtualTextErrorTransparent guibg=none gui=none blend=50')
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@ return packer.startup(function(use)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
-- Color Preview
|
-- Color Preview
|
||||||
use { 'ap/vim-css-color',
|
use { 'ap/vim-css-color',
|
||||||
ft = {
|
ft = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue