mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying
This commit is contained in:
parent
bf362192d5
commit
b984a37839
1 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ cmp.setup({
|
||||||
-- other configurations...
|
-- other configurations...
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require("lualine").setup({
|
||||||
|
options = {
|
||||||
|
theme = "onedark",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
enabled = function()
|
enabled = function()
|
||||||
-- disable completion in comments
|
-- disable completion in comments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue