mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
enc: add update config kotlin
This commit is contained in:
parent
3fb9efd7c9
commit
d084330d2f
8 changed files with 452 additions and 357 deletions
|
@ -2,15 +2,13 @@
|
|||
pcode.lang = {
|
||||
angular = false,
|
||||
cpp = false,
|
||||
sql = false,
|
||||
sql = true,
|
||||
deno = false,
|
||||
golang = false,
|
||||
java = true,
|
||||
java2 = false,
|
||||
java = false,
|
||||
java3 = false,
|
||||
java4 = false,
|
||||
javascript = false,
|
||||
kotlin = false,
|
||||
kotlin = true,
|
||||
markdown = false,
|
||||
php = false,
|
||||
prisma = false,
|
||||
|
|
|
@ -61,7 +61,7 @@ vim.loader.enable()
|
|||
|
||||
-- Disable statusline in dashboard
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "dbout", "dbui", "http", "httpResult" },
|
||||
pattern = { "mysql", "dbout", "dbui", "http", "httpResult" },
|
||||
callback = function()
|
||||
local opt = vim.opt
|
||||
opt.number = false -- Print line number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue