stylua no special config;
This commit is contained in:
parent
35f8727b85
commit
0636757839
7 changed files with 262 additions and 309 deletions
|
|
@ -1,13 +1,13 @@
|
|||
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/*.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,
|
||||
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
|
||||
pattern = "*/io/*.out",
|
||||
callback = function()
|
||||
vim.bo.filetype = "cpoutput"
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue