cleanup window layout
This commit is contained in:
parent
3f49721657
commit
0db6fa96b4
9 changed files with 118 additions and 76 deletions
|
|
@ -1,13 +0,0 @@
|
|||
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
|
||||
pattern = "*/io/*.in",
|
||||
callback = function()
|
||||
vim.bo.filetype = "cpinput"
|
||||
end,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
|
||||
pattern = "*/io/*.out",
|
||||
callback = function()
|
||||
vim.bo.filetype = "cpoutput"
|
||||
end,
|
||||
})
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
vim.opt_local.number = false
|
||||
vim.opt_local.relativenumber = false
|
||||
vim.opt_local.statuscolumn = ""
|
||||
vim.opt_local.signcolumn = "no"
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.linebreak = true
|
||||
|
|
@ -14,4 +14,4 @@ highlight default link cpOutputDebug Comment
|
|||
highlight default link cpOutputMatchesTrue DiffAdd
|
||||
highlight default link cpOutputMatchesFalse DiffDelete
|
||||
|
||||
let b:current_syntax = "cpoutput"
|
||||
let b:current_syntax = "cp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue