initial commit
This commit is contained in:
7
homemanager/neovim/lua/lib/lsp.lua
Normal file
7
homemanager/neovim/lua/lib/lsp.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
M = {}
|
||||
|
||||
function M.has_file(filename)
|
||||
return vim.fn.filereadable(filename) == 1
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user