Skip to content

Commit

Permalink
smurf
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Nov 26, 2024
1 parent b1fd0e5 commit 630ca8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/lspconfig/configs/bzl.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
local util = require 'lspconfig.util'

local lol = util.dirname('foo')
print(lol)

return {
default_config = {
cmd = { 'bzl', 'lsp', 'serve' },
Expand Down

0 comments on commit 630ca8a

Please sign in to comment.