Skip to content

Commit

Permalink
fileype
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed Oct 24, 2024
1 parent 52b0e1a commit 441a13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/dko/doctor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ M.show_float = function()
local LISTED = false
local SCRATCH = true
local buf = vim.api.nvim_create_buf(LISTED, SCRATCH)
vim.api.nvim_set_option_value("filetype", "lua", { buf = buf })

local START = 0
local END = -1
Expand Down

0 comments on commit 441a13b

Please sign in to comment.