mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 04:03:30 +00:00
line
This commit is contained in:
parent
cfab8c131b
commit
be113456fb
3 changed files with 1 additions and 3 deletions
|
|
@ -1,2 +1 @@
|
|||
vim.opt_local.makeprg = "python %"
|
||||
vim.opt_local.colorcolumn = "88"
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
vim.opt_local.makeprg = "cargo run"
|
||||
vim.opt_local.colorcolumn = "100"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ o.incsearch = true
|
|||
|
||||
-- UI
|
||||
o.termguicolors = true
|
||||
o.cursorline = true
|
||||
o.cursorline = false
|
||||
o.scrolloff = 8
|
||||
o.signcolumn = "yes:2"
|
||||
o.wrap = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue